Version | Date | Description |
---|---|---|
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 |
Type | Changes | By |
---|---|---|
Added support to set the description and the security roles in the generated application.xml. Fixes MPEAR-17. | aheritier |
Type | Changes | By |
---|---|---|
Added support of JbossNet archive in application.xml generation. Fixes MPEAR-33. | snicoll | |
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
aheritier |
Type | Changes | By |
---|---|---|
Improved how dependencies are copied into the EAR file. Fixes MPEAR-39. | felipeal | |
Added property
maven.ear.final.name
.
Fixes MPEAR-25.
|
felipeal | |
Removed checking introduced by MPEAR-9, as the fix introduced more bugs than it solved. Fixes MPEAR-37. | felipeal | |
Re-added property
maven.ear.appxml
.
Fixes MPEAR-32.
|
dion |
Type | Changes | By |
---|---|---|
Fixed path of bundled dependency on generated
application.xml
.
Fixes MPEAR-31.
|
felipeal | |
Issues a warning (instead of failing the build) when a case-sensitiveness dependency issue is found Fixes MAVEN-1526. | felipeal |
Type | Changes | By |
---|---|---|
Fixed the name of the bundled dependency when
maven.jar.overrides
is used.
Fixes MPEAR-27.
|
felipeal | |
Properties
maven.ear.src
and
maven.ear.resources
now cannot have the same value.
Fixes MPEAR-24.
|
felipeal | |
application.xml
is now generated at
maven.build.dir
Fixes MPEAR-7.
|
felipeal | |
Add new property dependency (
ear.bundle.name
) to define the name a dependency should have the EAR.
Fixes MPEAR-26.
|
felipeal | |
Changed the default value of
maven.ear.displayname
.
Fixes MPEAR-20.
|
felipeal | |
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 | |
Build now fails in some cases were the dependencies are copied with wrong case. Fixes MPEAR-9. Thanks to Sean Timm. | felipeal | |
Added property
maven.ear.appxml.encoding
.
Fixes MPEAR-21.
|
felipeal | |
The plugin now displays the version of the bundled artifacts on the console. Fixes MPEAR-19. | vmassol | |
Deprecated the ear:load hook goal | brett |
Type | Changes | By |
---|---|---|
Ignore generated file in plugin test. | dion | |
Check to make sure maven.ear.src exists before using it. | dion | |
Allow resources in EAR projects | dion |
Type | Changes | By |
---|---|---|
Introduced ear.module property to mark jars as being java client modules Fixes MPEAR-14. | dion | |
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 |
Type | Changes | By |
---|---|---|
Documentation of some properties were outdated. Fixes MPEAR-1. | michal | |
Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism. Fixes MAVEN-518. | michal | |
Added 'deploy', 'deploy-snapshot' and 'install-snapshot' goals. | michal | |
Removed warning about application.xml being added twice to the EAR. | vmassol |