maven-plugins/war/xdocs/changes.xml
2003-01-24 03:44:26 +00:00

24 lines
704 B
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="vmassol@octo.com">Vincent Massol</author>
</properties>
<body>
<release version="1.2" date="in CVS">
<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>