That's weird... the bootstrap should just be calling "m2 install" from the top plugins directory. You can remove that if you like - there is no need to bootstrap all the plugins.
- Brett Emmanuel Venisse wrote: >Hi, > >When I try to bootstrap m2, it failed in idea plugin under windows. But the >idea plugin build correctly if I build it alone. >Do you have an idea about this? > > >[INFO] --------------------------------------------------------------------- >------- >[INFO] Building Maven IDEA Plugin >[INFO] --------------------------------------------------------------------- >------- >[INFO] [clean:clean] >[INFO] [resources:resources] >--------------------------------------------------- >constituent[0]: >file:/D:/applis/maven-new/lib/plexus-container-artifact-1.0-alpha-2.jar >constituent[1]: file:/D:/applis/maven-new/lib/junit-3.8.1.jar >constituent[2]: file:/D:/applis/maven-new/lib/maven-monitor-2.0-SNAPSHOT.jar >constituent[3]: file:/D:/applis/maven-new/lib/maven-model-2.0-SNAPSHOT.jar >constituent[4]: >file:/D:/applis/maven-new/lib/maven-settings-2.0-SNAPSHOT.jar >constituent[5]: >file:/D:/applis/maven-new/lib/maven-artifact-2.0-SNAPSHOT.jar >constituent[6]: file:/D:/applis/maven-new/lib/maven-plugin-2.0-SNAPSHOT.jar >constituent[7]: file:/D:/applis/maven-new/lib/commons-cli-1.0-beta-2.jar >constituent[8]: file:/D:/applis/maven-new/lib/plexus-i18n-1.0-beta-3.jar >constituent[9]: >file:/D:/applis/maven-new/lib/wagon-provider-api-1.0-alpha-2.jar >constituent[10]: >file:/D:/applis/maven-new/lib/wagon-http-lightweight-1.0-alpha-2.jar >constituent[11]: >file:/D:/applis/maven-new/lib/plexus-marmalade-factory-1.0-alpha-2-SNAPSHOT.ja >r >constituent[12]: >file:/D:/applis/maven-new/lib/maven-script-marmalade-2.0-SNAPSHOT.jar >constituent[13]: >file:/D:/applis/maven-new/lib/marmalade-core-1.0-alpha2-SNAPSHOT.jar >constituent[14]: file:/D:/applis/maven-new/lib/xpp3-1.1.3.3.jar >constituent[15]: file:/D:/applis/maven-new/lib/maven-core-2.0-SNAPSHOT.jar >--------------------------------------------------- >Exception in thread "main" java.lang.NoClassDefFoundError: >org/apache/maven/plugin/resources/Re >sourcesMojo$ResourceEntry > at >org.apache.maven.plugin.resources.ResourcesMojo.getJarResources(ResourcesMoj >o.java:1 >42) > at >org.apache.maven.plugin.resources.ResourcesMojo.execute(ResourcesMojo.java:6 >5) > at >org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManage >r.java:4 >30) > at >org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeMojo(DefaultLifec >ycleExec >utor.java:393) > at >org.apache.maven.lifecycle.DefaultLifecycleExecutor.executePhase(DefaultLife >cycleExe >cutor.java:362) > at >org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycle >Executor >.java:138) > at >org.apache.maven.DefaultMaven.processProject(DefaultMaven.java:207) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:131) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:211) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 >) > at >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl >.java:25 >) > at java.lang.reflect.Method.invoke(Method.java:324) > at >org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:303) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:243) > at >org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:416) > at org.codehaus.classworlds.Launcher.main(Launcher.java:363) > > >Emmanuel > > > >
