The Maven team is pleased to announce the release of the Maven EAR Plugin, version 2.4
This new release brings compatibility for Java EE 6 and a few bug fixes. http://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ear-plugin</artifactId> <version>2.4</version> </plugin> Release Notes - Maven 2.x EAR Plugin - Version 2.4 ** Bug * [MEAR-75] - Incorrect file name in class path (in manifest) if specifying different bundleFileName for module * [MEAR-103] - Filtered MANIFEST not added to generated EAR * [MEAR-104] - wrong jboss-app.xml * [MEAR-105] - Unable to set some properties for jboss-app.xml ** New Feature * [MEAR-112] - support for java ee 6 missing Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
