Running 'maven eclipse:external-tools-21' will also generate a set of external tool launch configurations for all of the default Maven goals. You probably don't want a launch configuration for all of Maven's default goals but this will give you a starting point. You can then go into $ECLIPSE_HOME/workspace/.metadata/.plugins/org.eclipse.debug.core/.launc hes and delete the ones that you don't want and add some for some of Maven non-default goals.
-- Norm -- Norm Deane MIS Consultant Vanderbilt University (615) 322-7855 [EMAIL PROTECTED] -----Original Message----- From: Keld Mikkelsen [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 2:05 AM To: Maven Users List Subject: Re: Maven & Eclipse The correct order is: > Checkout your project in Eclipse from CVS. > Set the MAVEN_REPO classpath variable in Eclipse. > Run 'maven eclipse' on your project inside workspaces/<your proj> on > the command line. > Refresh your project. I am using it with IBM WSAD 5.1 (=eclipse 2.1) /Keld --------------------------------------------------------------------- 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]
