The Maven Eclipse plugin version 2.7 has been released, fixing the regression in functionality of 2.6 where Wicket resources (*.html, *.js, *.properties, etc) were not copied to the classpath.
This release fixes that, and we can now all relax ;) Thanks to Barrie and other Maven devs for investing their precious time into fixing this problem. Martijn ---------- Forwarded message ---------- From: Barrie Treloar <baerr...@apache.org> Date: Sun, Jun 14, 2009 at 12:44 AM Subject: [ANN] Maven Eclipse Plugin 2.7 Released To: annou...@maven.apache.org, us...@maven.apache.org Cc: d...@maven.apache.org 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: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.5 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org