Version | Date | Description |
---|---|---|
1.6.3 | 2007-05-07 | |
1.6.2 | 2006-06-18 | |
1.6.1 | 2004-10-23 | |
1.6 | 2004-05-12 | |
1.5 | 2004-03-07 | |
1.4 | 2003-09-29 | |
1.3 | 2002-04-08 | |
1.2 | 2002-02-12 |
Type | Changes | By |
---|---|---|
Introduced war.target.filename dependency's property to customize the bundle filename. Note that this property should be used wit the war.target.path property. Fixes MPWAR-61. | snicoll | |
Added maven.war.expansion.excludes property to exclude files during a property expansion copy (Fixes corruption of binary files). Applied property expansion to web.xml handling for consistency. Introduced the maven.war.src.filtering property to control whether filtering is enabled or not when copying webapp resources. Fixes MPWAR-65. | snicoll | |
Only create tld and lib folders if corresponding dependencies are present. Fixes MPWAR-36. | ltheussl | |
war:inplace should check for maven.war.src. Fixes MPWAR-45. Thanks to Kim Dykeman. | ltheussl | |
Java sources are not compiled when used with maven-test-plugin-1.8 and maven.te st.skip=true. Fixes MPWAR-62 . Thanks to Nicolas de Loof and Shinobu Kawai . | ltheussl |
Type | Changes | By |
---|---|---|
Manifest file is now generated properly. Fixes MPWAR-58. | snicoll | |
Aded the ability to customize the Class-Path entry of the manifest Fixes MPWAR-43. | snicoll | |
Added property
maven.war.resources.overwrite
to control is resources overwrites the ones in the generated webapp directory.
Fixes MPWAR-49.
|
snicoll | |
Added ability to expand properties when copying war resources. Fixes MPWAR-37. Thanks to Troy Poppe. | snicoll | |
Updated wrong documentation regarding web.xml filtering. Fixes MPWAR-39. | snicoll | |
Now filtering when copying resources. Fixes MPWAR-46. | snicoll | |
Added property
maven.war.webxml.overwrite
to control if the source web.xml overwrite the one in the generated webapp directory.
Fixes MPWAR-52.
|
snicoll | |
Fixed confusing documentation regarding maven.war.classes.includes and excludes properties Fixes MPWAR-29. | snicoll | |
License file is now added properly to the generated war Fixes MPWAR-32. | snicoll | |
Remove reference to unused caller tag library to suppress warning | brett | |
Add support for EJB client code. Fixes MPWAR-50. | aheritier |
Type | Changes | By |
---|---|---|
Removed attribute
update=true
from
ant:jar
call, so now a fresh WAR is created on e
ach run.
Fixes MPWAR-33.
|
felipeal | |
Made the
maven.war.final.name
property public as it is required by several other plugins and before this change the only way is for these plugins was to call the non-public
war:init
goal.
|
vmassol | |
Splitted war:webapp in war:war-resources and war:webapp. | carlos | |
Deprecated war:load hook goal | brett | |
Allow use of maven.war.manifest to specify the manifest file location. Fixes MPWAR-22. | dion | |
Make docs more readable. | dion |
Type | Changes | By |
---|---|---|
preserve last modified time of source files in the exploded webapp Fixes MPWAR-25. | brett | |
Call test:test regardless of whether sources are present as it contains build logic Fixes MPWAR-1. | brett | |
Remove extra call to java:compile Fixes MPWAR-24. | dion | |
Allow automated generation of manifest Class-Path Fixes MPWAR-21. | dion | |
Allow customizing of MANIFEST.MF Fixes MPWAR-22. | dion |
Type | Changes | By |
---|---|---|
Fix for MAVEN-986. Allow resources to be copied when no sources present Fixes MAVEN-986. | dion | |
Use the new
caller
plugin to isolate the java compilation goal called from its implementation.
|
vmassol | |
Add war:inplace goal for building the webapp into maven.war.src. You should cvsignore WEB-INF/lib and WEB-INF/classes | brett | |
Add target path to dependencies so you can copy to elsewhere than WEB-INF/lib. Useful for applets. | brett |
Type | Changes | By |
---|---|---|
Apply MAVEN-831. Copy web.xml as specified by ${maven.war.webxml} Fixes MAVEN-831. | dion | |
Add test project | dion | |
Added maven.war.index property. | evenisse | |
Accept includes/excludes patterns over maven.war.src. | rafal | |
Allow webapp creation if project doesn't have sources. | evenisse | |
Added war:clean goal | michal | |
war:war goal is simply packaging (using ant jar task) the directory created by war:webapp goal. This change simplifies the customization of processing and removes code duplication. | michal | |
Fixes for MAVEN-481. Bundling of tlds in war is supported. Fixes MAVEN-481. | michal | |
Fixes for MAVEN-518. 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 | |
Allow war file to be updated Thanks to Ben Hogan. | dion |
Type | Changes | By |
---|---|---|
Moved the detection of the webSources inside the 'war:war' goal itself so that webSource can be assembled on the fly. With the detection outside the 'war:war' goal webSources would not be gathered into the resulting WAR file. | jvanzyl | |
Added support for WARs that contain only java classes and no web resources. | vmassol |