You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephane Nicoll <sn...@apache.org> on 2010/02/21 15:47:26 UTC

[ANN] Maven EAR Plugin 2.4.1 Released

The Maven team is pleased to announce the release of the Maven EAR
Plugin, version 2.4.1

This version fixes namely a regression in the application.xml
compliance introduced in 2.4.

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.1</version>
</plugin>

Release Notes - Maven 2.x Ear Plugin - Version 2.4.1

** Bug
    * [MEAR-85] - ejb-client dependencies should be placed in
defaultLibBundleDir
    * [MEAR-117] - Ear resource filtering fails if target destination
doesn't exist
    * [MEAR-118] - Invalid application.xml generated
    * [MEAR-121] - Cannot disable <displayName> appearance in application.xml
    * [MEAR-122] - Setting of <contextRoot> in pom.xml is ignored.
ArtifactId of a WebModule is set as context-root in the
application.xml instead.


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org