war:package git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113248 13f79535-47bb-0310-9956-ffa450edef68
31 lines
857 B
XML
31 lines
857 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="vmassol@octo.com">Vincent Massol</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<release>
|
|
<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>
|
|
|