The Maven team is pleased to announce the release of the Maven EAR Plugin, version 2.5
This new release brings additional compatibility with Java EE 6, automatic id generation for modules 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.5</version> </plugin> Release Notes - Maven 2.x Ear Plugin - Version 2.5 ** Bug * [MEAR-116] - different build results from single module build and from reactor build * [MEAR-130] - maven build hangs when earSourceDirectory is set to / * [MEAR-131] - Default value for earSourceDirectory param missing * [MEAR-134] - no library-directory in application.xml if version is 6 ** Improvement * [MEAR-35] - Generate id for modules in application.xml * [MEAR-98] - Add an implementation of FileNameMapping that allows to remove version of artefact in the ear. * [MEAR-128] - Support for application-name and initialize-in-order (Java EE 6) * [MEAR-132] - State default value for generateApplicationXml ** Task * [MEAR-135] - Rationalize the management of the JavaEE version in a dedicated class Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
