Maven Eclipse Plugin
Using this plugin will save you from having to manually update the Build Path Libraries in Eclipse.
Download Maven Eclipse Plugin
• To Automatically Install type on a single-line:
maven plugin:download -DgroupId=maven -DartifactId=maven-eclipse-plugin -Dversion=1.10
• For a manual installation, you can download the plugin here:
http://maven.apache.org/maven-1.x/plugins/eclipse/
Usage
• You first must run add-maven-repo to set up the MAVEN_REPO classpath variable
maven eclipse:add-maven-repo
• To generate class_path run: (NOTE: must change maven.eclipse.resources.addtoclasspath to true)
maven -Dmaven.eclipse.resources.addtoclasspath=true eclipse:generate-classpath
--
EdBindl - 06 Jun 2006