git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114835 13f79535-47bb-0310-9956-ffa450edef68
57 lines
3.3 KiB
XML
57 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2004 The Apache Software Foundation.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
<body>
|
|
<release version="1.5" date="2004-03-07">
|
|
<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>
|
|
<action dev="bporter" type="add">Add war:inplace goal for building the webapp into maven.war.src. You should cvsignore WEB-INF/lib and WEB-INF/classes</action>
|
|
<action dev="bporter" type="add">Add target path to dependencies so you can copy to elsewhere than WEB-INF/lib. Useful for applets.</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>
|