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
