git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
24 lines
704 B
XML
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>
|
|
|