Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Release History

VersionDateDescription
1.9 2006-04-27
1.8 2006-03-08
1.7 2005-06-05
1.6.1 2004-12-10
1.6 2004-12-05
1.5 2004-05-15
1.4 2004-03-07
1.3 2003-11-26
1.2 2003-09-29
1.1 2003-05-08
1.0 2002-08-04

Get the RSS feed of the last changes

Release 1.9 - 2006-04-27

TypeChangesBy
add Added support to set the description and the security roles in the generated application.xml. Fixes MPEAR-17. aheritier

Release 1.8 - 2006-03-08

TypeChangesBy
fix Added support of JbossNet archive in application.xml generation. Fixes MPEAR-33. snicoll
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
  • commons-jelly-tags-util v1.1 - > v1.1.1
  • commons-jelly-tags-xml v1.0 - > v1.1
Fixes MAVEN-1712.
aheritier

Release 1.7 - 2005-06-05

TypeChangesBy
fix Improved how dependencies are copied into the EAR file. Fixes MPEAR-39. felipeal
add Added property maven.ear.final.name . Fixes MPEAR-25. felipeal
remove Removed checking introduced by MPEAR-9, as the fix introduced more bugs than it solved. Fixes MPEAR-37. felipeal
fix Re-added property maven.ear.appxml . Fixes MPEAR-32. dion

Release 1.6.1 - 2004-12-10

TypeChangesBy
fix Fixed path of bundled dependency on generated application.xml . Fixes MPEAR-31. felipeal
update Issues a warning (instead of failing the build) when a case-sensitiveness dependency issue is found Fixes MAVEN-1526. felipeal

Release 1.6 - 2004-12-05

TypeChangesBy
fix Fixed the name of the bundled dependency when maven.jar.overrides is used. Fixes MPEAR-27. felipeal
fix Properties maven.ear.src and maven.ear.resources now cannot have the same value. Fixes MPEAR-24. felipeal
fix application.xml is now generated at maven.build.dir Fixes MPEAR-7. felipeal
add Add new property dependency ( ear.bundle.name ) to define the name a dependency should have the EAR. Fixes MPEAR-26. felipeal
fix Changed the default value of maven.ear.displayname . Fixes MPEAR-20. felipeal
add Add new property dependency( ear.bundle.dir ) to define where a dependency should be added in the EAR. Fixes MPEAR-23. Thanks to Wiley Fuller. felipeal
fix Build now fails in some cases were the dependencies are copied with wrong case. Fixes MPEAR-9. Thanks to Sean Timm. felipeal
add Added property maven.ear.appxml.encoding . Fixes MPEAR-21. felipeal
update The plugin now displays the version of the bundled artifacts on the console. Fixes MPEAR-19. vmassol
update Deprecated the ear:load hook goal brett

Release 1.5 - 2004-05-15

TypeChangesBy
update Ignore generated file in plugin test. dion
fix Check to make sure maven.ear.src exists before using it. dion
update Allow resources in EAR projects dion

Release 1.4 - 2004-03-07

TypeChangesBy
fix Introduced ear.module property to mark jars as being java client modules Fixes MPEAR-14. dion
update Added to the plugin tests a check to make sure the ear includes the jars marked by ear.bundle and ear.module and that ear.module generates a java module in the generated application.xml dion

Release 1.3 - 2003-11-26

TypeChangesBy
update Added sar support in dependencies. Fixes MPEAR-2. dion

Release 1.2 - 2003-09-29

TypeChangesBy
fix Documentation of some properties were outdated. Fixes MPEAR-1. michal
fix Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism. Fixes MAVEN-518. michal
add Added 'deploy', 'deploy-snapshot' and 'install-snapshot' goals. michal
fix Removed warning about application.xml being added twice to the EAR. vmassol

Release 1.1 - 2003-05-08

TypeChangesBy
add Added autogeneration of application.xml file. michal

Release 1.0 - 2002-08-04

TypeChangesBy
add Initial plugin created. ncoast