maven-plugins/war/xdocs/changes.xml
2003-07-05 17:10:45 +00:00

60 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">
Added war:clean goal
</action>
<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">
Fi xes 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>