Thanks Anita. The issue was that the plugin maven eclipse plugin had somehow been corrupted. Removing the plugins from the repo and then doing an online build resolved the problem.

Now, I just have to figure out how to get eclipse setup for maven 2 with the new structure (where we no longer have an expanded server under assemblies when the build is finished). I assume somebody must have already blazed this path. Would somebody be willing to post some directions on cwiki for this? I'd be glad to verify them or document what I learn (but I may just use IDEA instead since I just got a license for that).

Joe


anita kulshreshtha wrote:
Joe, I had used this command for creating the packaging-plugin project
for eclipse 2 months ago. Have you tried using:
mvn eclipse:eclipse
Thanks
Anita

--- Joe Bohn <[EMAIL PROTECTED]> wrote:


The cwiki inidicates that we can build projects for eclipse using the
m2 build with the following command:

mvn -o eclipse:eclipse

However, when I attempt to do this I get the error below.  Has
anybody been successful in building the eclipse projects using M2?


[INFO] Searching repository for plugin with prefix: 'eclipse'.
[INFO]

------------------------------------------------------------------------

[ERROR] BUILD ERROR
[INFO]

------------------------------------------------------------------------

[INFO] The plugin 'org.apache.maven.plugins:maven-eclipse-plugin'
does not exist or no valid version could be found [INFO]

------------------------------------------------------------------------

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.maven.plugins:maven-eclipse-plugin' does not exist or no valid version could be f
ound
at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1281)

at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1517)

at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:381)

at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:135)

        at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
        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:315)
        at
org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.version.PluginVersionNotFoundException: The plugin 'org.apache.maven.plugins:maven-eclipse-plugin' does not exist or no valid
 version could be found
at

org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:225)

at

org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:87)

at

org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:158)

at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1252)

        ... 14 more
[INFO]

------------------------------------------------------------------------

[INFO] Total time: 8 seconds
[INFO] Finished at: Wed Aug 23 13:51:13 EDT 2006
[INFO] Final Memory: 19M/37M




__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Reply via email to