We are pleased to announce the Maven Eclipse Plugin 1.7 release! http://maven.apache.org/maven-1.x/plugins/eclipse/ A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment. =============================================================================== Changes in this version include: Fixed bugs: o used container for JRE classpath Fixes MPECLIPSE-22. Changes: o Document the eclipse.dependency property of the dependency element Fixes MPECLIPSE-23. Thanks to Miguel Griffa. o Add maven.eclipse.buildcommands and maven.eclipse.projectnatures properties, docs and test cases Fixes MPECLIPSE-25. Thanks to Miguel Griffa. o use assert taglib for testing o Honour sourceModifications in classpath file Fixes MPECLIPSE-21. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-eclipse-plugin -Dversion=1.7 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-eclipse-plugin-1.7.jar =============================================================================== Issues, bugs, and feature requests for Maven Eclipse Plugin should be submitted to the following issue tracking system: http://jira.codehaus.org/browse/MPECLIPSE Have fun! -The Maven Eclipse Plugin development team