maven-plugins/ear/xdocs/changes.xml

105 lines
5.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2005 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="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
</properties>
<body>
<release version="1.8-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul>
<li>commons-jelly-tags-util v1.1 -> v1.1.1</li>
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
</ul>
</action>
</release>
<release version="1.7" date="2005-06-05">
<action dev="felipeal" type="fix" issue="MPEAR-39">Improved how dependencies are copied into the EAR file.</action>
<action dev="felipeal" type="add" issue="MPEAR-25">Added property
<code>maven.ear.final.name</code>.
</action>
<action dev="felipeal" type="remove" issue="MPEAR-37">Removed checking introduced by MPEAR-9, as the fix introduced more bugs than it solved.</action>
<action dev="dion" type="fix" issue="MPEAR-32">Re-added property
<code>maven.ear.appxml</code>.
</action>
</release>
<release version="1.6.1" date="2004-12-10">
<action dev="felipeal" type="fix" issue="MPEAR-31">Fixed path of bundled dependency on generated
<code>application.xml</code>.
</action>
<action dev="felipeal" type="update" issue="MAVEN-1526">Issues a warning (instead of failing the build) when a case-sensitiveness dependency issue is found</action>
</release>
<release version="1.6" date="2004-12-05">
<action dev="felipeal" type="fix" issue="MPEAR-27">Fixed the name of the bundled dependency when
<code>maven.jar.overrides</code>is used.
</action>
<action dev="felipeal" type="fix" issue="MPEAR-24">Properties
<code>maven.ear.src</code>and
<code>maven.ear.resources</code>now cannot have the same value.
</action>
<action dev="felipeal" type="fix" issue="MPEAR-7">
<code>application.xml</code>is now generated at
<code>maven.build.dir</code>
</action>
<action dev="felipeal" type="add" issue="MPEAR-26">Add new property dependency (
<code>ear.bundle.name</code>) to define the name a dependency should have the EAR.
</action>
<action dev="felipeal" type="fix" issue="MPEAR-20">Changed the default value of
<code>maven.ear.displayname</code>.
</action>
<action dev="felipeal" type="add" issue="MPEAR-23" due-to="Wiley Fuller">Add new property dependency(
<code>ear.bundle.dir</code>) to define where a dependency should be added in the EAR.
</action>
<action dev="felipeal" type="fix" issue="MPEAR-9" due-to="Sean Timm">Build now fails in some cases were the dependencies are copied with wrong case.</action>
<action dev="felipeal" type="add" issue="MPEAR-21">Added property
<code>maven.ear.appxml.encoding</code>.
</action>
<action dev="vmassol" type="update" issue="MPEAR-19">The plugin now displays the version of the bundled artifacts on the console.</action>
<action dev="brett" type="update">Deprecated the ear:load hook goal</action>
</release>
<release version="1.5" date="2004-05-15">
<action dev="dion" type="update">Ignore generated file in plugin test.</action>
<action dev="dion" type="fix">Check to make sure maven.ear.src exists before using it.</action>
<action dev="dion" type="update">Allow resources in EAR projects</action>
</release>
<release version="1.4" date="2004-03-07">
<action dev="dion" type="fix" issue="MPEAR-14">Introduced ear.module property to mark jars as being java client modules</action>
<action dev="dion" type="update">Added to the plugin tests a check to make sure the ear includes the jars marked by ear.bundle and ear.module and that ear.module generates a java module in the generated application.xml</action>
</release>
<release version="1.3" date="2003-11-26">
<action dev="dion" type="update" issue="MPEAR-2">Added sar support in dependencies.</action>
</release>
<release version="1.2" date="2003-09-29">
<action dev="michal" type="fix" issue="MPEAR-1">Documentation of some properties were outdated.</action>
<action dev="michal" type="fix" issue="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="vmassol" type="fix">Removed warning about application.xml being added twice to the EAR.</action>
</release>
<release version="1.1" date="2003-05-08">
<action dev="michal" type="add">Added autogeneration of application.xml file.</action>
</release>
<release version="1.0" date="2002-08-04">
<action dev="ncoast" type="add">Initial plugin created.</action>
</release>
</body>
</document>