maven-plugins/war/xdocs/changes.xml
2003-11-09 23:24:34 +00:00

84 lines
2.7 KiB
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.5" date="in CVS">
<action dev="dion" type="fix">
Fix for MAVEN-986. Allow resources to be copied when no sources present
</action>
<action dev="vmassol" type="add">
Use the new <code>caller</code> plugin to isolate the
java compilation goal called from its implementation.
</action>
</release>
<release version="1.4" date="2003-09-29">
<action dev="dion" type="update">
Apply MAVEN-831.
Copy web.xml as specified by ${maven.war.webxml}
</action>
<action dev="dion" type="update">Add test project</action>
<action dev="evenisse" type="add">
Added maven.war.index property.
</action>
<action dev="rafal" type="add">
Accept includes/excludes patterns over maven.war.src.
</action>
<action dev="evenisse" type="fix">
Allow webapp creation if project doesn't have sources.
</action>
<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">
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>