The Maven team is pleased to announce the release of the Maven Eclipse Plugin, version 2.7
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 should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.7</version> </plugin> Release Notes - Maven 2.x Eclipse Plugin - Version 2.7 ** Bug * [MECLIPSE-434] - WTP 2.0 Documentation * [MECLIPSE-451] - EJB projects are not correctly referenced in .component * [MECLIPSE-455] - Invalid dependent module archive name for EJB artifact * [MECLIPSE-538] - Ajdt support needs to include*.aj on the classpath. * [MECLIPSE-546] - Aspectj libraries are included if using the aspectj jars from the springsource bundle repository * [MECLIPSE-551] - [regression] Resources are excluded if resource dir equals source dir * [MECLIPSE-553] - Maven Eciipse Plugin 2.6 excludes *.aj files from src/main/java ** Improvement * [MECLIPSE-327] - Improve documentation for options * [MECLIPSE-545] - Site documentation needs to be added to show how to use ajdt. * [MECLIPSE-547] - Maven Eclipse plugin 2.6 with AJDT changes are not backwards compatible. ** New Feature * [MECLIPSE-104] - Add the ability to specify source inclusions/exclusions Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
