Issue with maven-eclipse-plugin 2.4: java.lang.NoClassDefFoundError: org/codehaus/plexus/util/IOUtil

2007-09-20 Thread mraible
Any idea what could be causing this? I get it when running mvn eclipse:eclipse on a modular project. I'm on OS X with JDK 5. [INFO] [ERROR] FATAL ERROR [INFO]

Re: Issue with maven-eclipse-plugin 2.4: java.lang.NoClassDefFoundError: org/codehaus/plexus/util/IOUtil

2007-09-20 Thread Wayne Fay
I couldn't even get the first step to work correctly: [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Error creating from archetype Embedded error: Error

Re: Issue with maven-eclipse-plugin 2.4: java.lang.NoClassDefFoundError: org/codehaus/plexus/util/IOUtil

2007-09-20 Thread mraible
You can use -Ph2 to use H2 instead of MySQL. You can also run with -Dmaven.test.skip=true to bypass all the connecting to the database and downloading of Tomcat to run Cargo/WebTest tests. Matt Wayne Fay wrote: I couldn't even get the first step to work correctly: [INFO]

Re: Issue with maven-eclipse-plugin 2.4: java.lang.NoClassDefFoundError: org/codehaus/plexus/util/IOUtil

2007-09-20 Thread Wayne Fay
Thanks Matt, that does it. mvn install was successful. And then mvn eclipse:eclipse was successful too. [INFO] Wrote Eclipse project for myproject-core to C:\cvs_root\myproject\core. ... [INFO] Wrote Eclipse project for myproject-webapp to C:\cvs_root\myproject\web. ... [INFO] BUILD SUCCESSFUL

Re: Issue with maven-eclipse-plugin 2.4: java.lang.NoClassDefFoundError: org/codehaus/plexus/util/IOUtil

2007-09-20 Thread mraible
Running mvn -U didn't fix the problem, but rm -r ~/.m2/repository/* did. ;-) Thanks, Matt Wayne Fay wrote: Thanks Matt, that does it. mvn install was successful. And then mvn eclipse:eclipse was successful too. [INFO] Wrote Eclipse project for myproject-core to