The Maven team is pleased to announce the release of the Maven Eclipse
Plugin, version 2.5.1
This plugin is used to generate Eclipse IDE files (*.classpath,
*.wtpmodules and the .settings folder) for use with a project.
http://maven.apache.org/plugins/maven-eclipse-plugin/You can run mvn -up to get the latest version of the plugin, or
specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.5.1</version>
</plugin>
This release fixes several bugs.
Release Notes - Maven 2.x Eclipse Plugin - Version 2.5.1
** Bug
* [MECLIPSE-266] - plugin applies java facet to ear project
* [MECLIPSE-411] - manifest property usage is only for ogsi maifests
* [MECLIPSE-412] - Generation of jst.java Facet for EAR packaging
kills my RAD workspace
* [MECLIPSE-413] - EclipseOSGiManifestWriter uses the artifact id
and not the EclipseProjectName
** New Feature
* [MECLIPSE-405] - to-maven target should allow to strip qualifier
when creating artifacts from osgi bundles
Enjoy,
-The Maven team
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................