We are pleased to announce the Maven Eclipse Plugin 1.11 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: New Features: o Added new property maven.eclipse.project.name. Fixes MPECLIPSE-84. o Now trying to download java sources archives from the remote repositories. Fixes MPECLIPSE-60. Fixed bugs: o Made output and testOutput directory configuration consistent. Fixes MPECLIPSE-111. =============================================================================== 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.11 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.11.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