>> What platform and where to you get that? >> I don't get that with 3.0.4 on Mac OS 10.7 and Apple Java 1.6. Two of >> the its fail though. > MacOSX Mountain Lion and Java 1.6 from apple. The same error below > also happens when I try the analyze-report report plugin with the > 2.6-SNAPSHOT.
Strange then. Doubt that there's a Lion <-> Mountain Lion difference. The ITs that fail don't fail with your exception but in the verification script. I believe those are the non-working ITs on 3.0.4 talked about in another thread. /Anders > > > >> >> [ERROR] The following builds failed: >> [ERROR] * purge-local-repository-reresolve/pom.xml >> [ERROR] * purge-local-repository-version-range/pom.xml >> >> >> /Anders >> >> On Tue, Oct 23, 2012 at 11:42 PM, Benson Margulies >> <[email protected]> wrote: >>> I made some tiny changes to the maven-dependency-plugin to improve the >>> site, and when I tried to run mvn install -Prun-its with 3.0.4, I got >>> the following error. So I'm disinclined to check in my tiny fixes >>> until I know what to make of this. >>> >>> ----------------------------------------------------- >>> >>> at >>> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:125) >>> ... 20 more >>> Caused by: java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor >>> at >>> org.apache.maven.shared.dependency.analyzer.asm.ASMDependencyAnalyzer.analyze(ASMDependencyAnalyzer.java:48) >>> at >>> org.apache.maven.shared.dependency.analyzer.DefaultProjectDependencyAnalyzer.buildDependencyClasses(DefaultProjectDependencyAnalyzer.java:180) >>> at >>> org.apache.maven.shared.dependency.analyzer.DefaultProjectDependencyAnalyzer.buildDependencyClasses(DefaultProjectDependencyAnalyzer.java:167) >>> at >>> org.apache.maven.shared.dependency.analyzer.DefaultProjectDependencyAnalyzer.analyze(DefaultProjectDependencyAnalyzer.java:73) >>> at >>> org.apache.maven.plugin.dependency.AbstractAnalyzeMojo.checkDependencies(AbstractAnalyzeMojo.java:209) >>> at >>> org.apache.maven.plugin.dependency.AbstractAnalyzeMojo.execute(AbstractAnalyzeMojo.java:166) >>> at >>> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) >>> ... 20 more >>> 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.loadClass(ClassRealm.java:244) >>> at >>> org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230) >>> ... 27 more >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
