You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by John Casey <jd...@apache.org> on 2005/12/19 22:00:58 UTC

[ANN] Ear plugin version 2.1 for Maven 2 Released!

The Apache Maven team is pleased to announce the 2.1 release of the EAR 
plugin for Maven 2. This release includes a number of bugfixes, along 
with some new features and improvements.

Specifically, it includes the following:


Bug Fixes
--------------------
o MNG-1296: does not check optional artifacts

o MNG-1461: ignores application XML setting

o MNG-1402: application.xml generated incorrectly

o MNG-1723: doesn't support .ejb3 and .par EJB modules


New Features:
--------------------
o MNG-1488: set default bundleDir for all ear modules

o MNG-1264: add support for packaging .par and .ejb3 modules


Improvements:
--------------------
o MNG-1444: excluding resources in ear archive

o MNG-1852: support for SAR modules


Maven should automatically use this new release of the EAR plugin once 
it's available on the repository, but in some cases you may need to 
update your plugin registry by issuing:

mvn -up -U <goal>


Thanks, and enjoy.

John