December 20, 2005
20 December 2005 - 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
- MNG-1296: does not check optional artifacts
- MNG-1461: ignores application XML setting
- MNG-1402: application.xml generated incorrectly
- MNG-1723: doesn't support .ejb3 and .par EJB modules
New Features:
- MNG-1488: set default bundleDir for all ear modules
- MNG-1264: add support for packaging .par and .ejb3 modules
Improvements:
- MNG-1444: excluding resources in ear archive
- 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 -U -up goal
----
----Posted by Tetsuya Kitahata at December 20, 2005 04:32 PMProject Info -- Apache Maven
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
Releases can be downloaded from http://maven.apache.org/download.html
Project Website http://maven.apache.org/ Programming Languages Java Categories build-management Mailing Lists http://maven.apache.org/mail-lists.html Bug/Issue Tracker http://jira.codehaus.org/browse/MNG Project Management Committee Apache Maven Access to the source code:
Browse http://svn.apache.org/viewcvs.cgi/maven/components/trunk SVN Direct http://svn.apache.org/repos/asf/maven/components/trunk
http://www.apachenews.org/archives/000813.html
[ Category : Apache Maven ] (PDF)(XML)

