We are pleased to announce the Maven Eclipse Plugin 1.12 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 Project preferences are now generated with the classpath (to define the java version for sources and target). o Add basic support (jar,war) for WTP 1.5 o New goal eclipse:multiclean o New goal eclipse:multiproject Fixed bugs: o If maven.compile.target or maven.compile.source are empty, then use by default the version 1.4 for wtp and preferences o WTP configuration : tld dependencies weren't deployed in ${maven.war.tld.dir} but in WEB-INF/lib o Fixed broken test cases. Fixes MPECLIPSE-119. o Download and attach javadoc archives to .classpath when no source archive is available. Fixes MPECLIPSE-123. Thanks to Nicolas De Loof. o Don't attach sourcepath in .classpath when file doesn't exist. Fixes MPECLIPSE-118. Thanks to Jon Christiansen. Changes: o Maven offline mode (-o or maven.mode.online=false) overrides maven.eclipse.src.download and maven.eclipse.javadoc.download o WTP settings are now generated if maven.eclipse.wtp.enable=false. No more need to define natures, build commands. o Upgrade maven-model to version 3.0.2. Fixes MAVEN-1755. o Updated FAQ with multiproject entries. Fixes MPECLIPSE-109. Thanks to Gilles Dodinet. o Update jelly dependency to match the ones in maven 1.1 core. =============================================================================== 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.12 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.12.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