maven-plugins/war/xdocs/changes.xml
michal 508910ff0e 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.

Fix for Maven-481 - tlds deps can be bundled in wars


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113573 13f79535-47bb-0310-9956-ffa450edef68
2003-07-02 10:34:48 +00:00

57 lines
1.8 KiB
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="vmassol@octo.com">Vincent Massol</author>
</properties>
<body>
<release version="1.4" date="in CVS">
<action dev="michal" type="fix">
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.
</action>
<action dev="michal" type="fix">
Fixes for MAVEN-481.
Bundling of tlds in war is supported.
</action>
<action dev="michal" type="fix">
Fixes for MAVEN-518.
Artifact processing in the plugin
was slightly changed and now
it supports jar overriding mechanism
</action>
<action dev="michal" type="add">
Added deploy, deploy-snapshot and install-snapshot goals
</action>
<action dev="dion" type="fix" due-to="Ben Hogan">
Allow war file to be updated
</action>
</release>
<release version="1.3" date="2002-04-08">
<action dev="dion" type="fix" due-to="Florin Vancea">
Fixed the broken war goal
</action>
</release>
<release version="1.2" date="2002-02-12">
<action dev="jvanzyl" type="add">
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.
</action>
<action dev="vmassol" type="add">
Added support for WARs that contain only java classes and no web
resources.
</action>
</release>
</body>
</document>