The Maven team is pleased to announce the release of the Maven EAR Plugin, version 2.6
This version brings mainly detection of application client archive managed by the recent maven-arc-plugin [1] 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.6</version> </plugin> Release Notes - Maven 2.x Ear Plugin - Version 2.6 ** Bug * [MEAR-139] - earSourceDirectory named in documentation as earSourcesDirectory ** New Feature * [MEAR-40] - Autodetect "Client Application" modules and "EJB3" modules. * [MEAR-137] - Support for JEE Application Clients Enjoy, -The Maven team [1] http://maven.apache.org/plugins/maven-acr-plugin/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
