Yeah I think there's a specific mailing list for the eclipse plugin. Wait :
http://maven.apache.org/eclipse-plugin.html On 1/12/06, Robert Taylor <[EMAIL PROTECTED]> wrote: > I'm reposting this because the initial subject was kinda long. > If this is the wrong forum for this question let me know. > > I would be greatful for any suggestions. > > /robert > > Greetings, I just upgraded to Eclipse 3.2M4 and installed the M2 Eclipse > plugin (003) and am now getting the following exception when I execute > the package goal for my webapp. Looks like it may be referencing the wrong > plexus libraries. Any ideas on which version it needs or what else might > be the issue. > > [INFO] war:war > [INFO] Exploding webapp... > [INFO] Copy webapp resources to G:\cvs\projects\my-webapp > java.lang.NoSuchMethodError: > org.codehaus.plexus.util.FileUtils.getDefaultExcludesAsList()Ljava/util/List; > at > org.apache.maven.plugin.war.AbstractWarMojo.getExcludes(AbstractWarMojo.java:157) > at > org.apache.maven.plugin.war.AbstractWarMojo.getWarFiles(AbstractWarMojo.java:310) > at > org.apache.maven.plugin.war.AbstractWarMojo.copyResources(AbstractWarMojo.java:227) > at > org.apache.maven.plugin.war.AbstractWarMojo.buildExplodedWebapp(AbstractWarMojo.java:196) > at > org.apache.maven.plugin.war.WarMojo.performPackaging(WarMojo.java:108) > at org.apache.maven.plugin.war.WarMojo.execute(WarMojo.java:86) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:426) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:554) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:508) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:494) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:307) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:149) > at > org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:439) > at > org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:383) > at org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:71) > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Alexandre Poitras Québec, Canada --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
