We are pleased to announce the Maven Eclipse Plugin 1.10 release!
http://maven.apache.org/maven-1.x/reference/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 Generates a .wtpmodules file for eclipse webtools (wtp 0.7 required) Fixes
MPECLIPSE-80. Thanks to Fabrizio Giustina.
o Added eclipse:eclipsealias for the eclipsegoal (match the maven 2 goal
name)
Fixed bugs:
o Moved test classpath before main so test classpath resources override main
ones
o eclipse:add-maven-repo doesn't update correct Eclipse property file for
Eclipse 3.x Fixes MPECLIPSE-68.
o add-maven-repo fails if Eclipse hasn't been started yet. Property file
needs to be created by the plugin. Fixes MPECLIPSE-67.
o Only create .classpath and javabuilder if sources are present Fixes
MPECLIPSE-56. Thanks to Archimedes Trajano.
o Don't add duplicate java natures/builders if already specified using
maven.eclipse.projectnaturesand maven.eclipse.buildcommands Fixes
MPECLIPSE-78. Thanks to Fabrizio Giustina.
o Only add javanature if sources are present Fixes MPECLIPSE-63. Thanks to
Fabrizio Giustina.
o classpathentry contains trailing pipe character that confuses Eclipse 3.1
Fixes MPECLIPSE-96. Thanks to Fabrizio Giustina.
o Setting relative path value to "maven.eclipse.output.dir" generates wrong
absolute classpath entry Fixes MPECLIPSE-92. Thanks to Yang Li.
o Failing use cases for projects with just resources Fixes MPECLIPSE-72.
Thanks to Kristopher Brown.
o maven.eclipse.conclasspath is ignored when junit test src is not present
Fixes MPECLIPSE-62.
Changes:
o Java source location now defaults to
MAVEN_REPO${groupId}/java-sources/${artifactId}-${version}-sources.jar(standard
location where source artifacts are deployed by the m2 source plugin in a
legacy/m1 repository layout). The path
${groupId}/src/${artifactId}-${version}.${maven.eclipse.src.extension}is
still supported for backward compatibility and it will be used only if a
file already exists at that location. Thanks to Fabrizio Giustina.
===============================================================================
To automatically install the plugin, type the following on a single line:
maven plugin:download
-Dmaven.repo.remote=http://www.ibiblio.org/maven,
http://cvs.apache.org/repository/
-DgroupId=maven
-DartifactId=maven-eclipse-plugin
-Dversion=1.10
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.10.jar
Have fun!
-The Maven Eclipse Plugin development team
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]