Bug 1191415 - New package request: maven reflections
Summary: New package request: maven reflections
Keywords:
Status: CLOSED DUPLICATE of bug 1191410
Alias: None
Product: Fedora
Classification: Fedora
Component: maven
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mikolaj Izdebski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-02-11 09:54 UTC by Sandro Bonazzola
Modified: 2015-03-02 06:39 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-02-11 09:57:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
initial spec file (1.59 KB, text/x-matlab)
2015-02-27 13:16 UTC, Sandro Bonazzola
no flags Details

Description Sandro Bonazzola 2015-02-11 09:54:05 UTC
Please provide a package satisfying mvn(org.reflections:reflections) dependency.
 yum provides "mvn(org.reflections:reflections)"
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
  * rawhide: mirror.switch.ch
 No matches found

Comment 1 Mikolaj Izdebski 2015-02-11 09:57:20 UTC

*** This bug has been marked as a duplicate of bug 1191410 ***

Comment 2 Sandro Bonazzola 2015-02-27 13:16:28 UTC
Created attachment 996031 [details]
initial spec file

Currently failing on F22 with:

Exception in thread "main" java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor
	at org.eclipse.sisu.space.SpaceModule.<clinit>(SpaceModule.java:45)
	at org.eclipse.sisu.plexus.PlexusAnnotatedBeanModule.<init>(PlexusAnnotatedBeanModule.java:76)
	at org.codehaus.plexus.DefaultPlexusContainer.<init>(DefaultPlexusContainer.java:202)
	at org.apache.maven.cli.MavenCli.container(MavenCli.java:400)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:210)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: java.lang.ClassNotFoundException: org.objectweb.asm.ClassVisitor
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	... 14 more


Note You need to log in before you can comment on or make changes to this bug.