git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@454205 13f79535-47bb-0310-9956-ffa450edef68
100 lines
6.2 KiB
XML
100 lines
6.2 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="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
<body>
|
|
<release version="1.9-SNAPSHOT" date="In SVN">
|
|
<action dev="aheritier" type="update" issue="MAVEN-1789">Change the default repository to http://repo1.maven.org/maven/ for dependencies url in the manifest.</action>
|
|
<action dev="aheritier" type="update">Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]").</action>
|
|
</release>
|
|
<release version="1.8" date="2006-04-26">
|
|
<action dev="ltheussl" type="add" issue="MPJAR-19">Add tests for jar manifest creation.</action>
|
|
<action dev="ltheussl" type="fix" issue="MPJAR-46">Using
|
|
<code>maven.jar.manifest.classpath.add=true</code>from maven console gives huge Class-Path.
|
|
</action>
|
|
<action dev="ltheussl" type="add" issue="MPJAR-15" due-to="Matt Finn">Include
|
|
<code>Implementation-Vendor-Id</code>attribute for dependencies in manifest.
|
|
</action>
|
|
<action dev="ltheussl" type="add" issue="MPJAR-39">Support specificationVersion in manifest.</action>
|
|
<action dev="ltheussl" type="fix">
|
|
<description>Jar plugin generates incorrect manifest file.</description>
|
|
<fixes issue="MPJAR-36"/>
|
|
<fixes issue="MPJAR-49"/>
|
|
<dueto name="Michael Gaffney"/>
|
|
</action>
|
|
<action dev="aheritier" type="fix">java:compile and java:jar-resources should be called before the jar goal to create the good directory structure. It was done in test:test before but it's also a prerequisite for jar:jar.</action>
|
|
<action dev="ltheussl" type="update" issue="MPJAR-47">Remove unused properties from documentation.</action>
|
|
<action dev="ltheussl" type="update" issue="MPJAR-35" due-to="Dennis Lundberg">Document need for jar.manifest.classpath property.</action>
|
|
<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>velocity v 1.4-dev -> v1.4</li>
|
|
</ul>
|
|
</action>
|
|
<action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action>
|
|
</release>
|
|
<release version="1.7" date="2005-06-05">
|
|
<action dev="felipeal" type="fix" issue="MPJAR-42" due-to="Joseph Benavidez">Fix typo on documentation.</action>
|
|
<action dev="felipeal" type="fix" issue="MPJAR-40" due-to="Shinobu Kawai">Fix typo on documentation.</action>
|
|
<action dev="felipeal" type="add" issue="MPJAR-38">Added new property
|
|
<code>maven.jar.final.name</code>.
|
|
</action>
|
|
</release>
|
|
<release version="1.6.1" date="2004-11-10">
|
|
<action dev="brett" type="fix">Remove deploy warnings</action>
|
|
</release>
|
|
<release version="1.6" date="2004-06-28">
|
|
<action dev="brett" type="update">Deprecated jar:snapshot</action>
|
|
<action dev="brett" type="update">Use the artifact plugin for installation</action>
|
|
<action dev="evenisse" type="fix" due-to="Martin van den Bemt" issue="MPJAR-29">Replace Apache Jakarta Maven by Apache Maven in Manifest</action>
|
|
</release>
|
|
<release version="1.5" date="2004-05-13">
|
|
<action dev="brett" type="fix" issue="MPJAR-27">trim shortDescription and limit to 72 characters with warning when using specification-title to avoid broken manifests</action>
|
|
<action dev="brett" type="fix" issue="MPJAR-24">change ln -sf command to rm -f symlink, ln -s combo because -f flag is not used on Solaris ln.</action>
|
|
<action dev="brett" type="fix">move maven.remote.group to default.properties</action>
|
|
<action dev="brett" type="fix" issue="MPJAR-22" due-to="Corey Jewett">improve manifest generation</action>
|
|
<action dev="brett" type="fix" issue="MPJAR-17">revert maven.final.name to previuous value after executing jar:snapshot related goals.</action>
|
|
</release>
|
|
<release version="1.4" date="2004-02-27">
|
|
<action dev="dion" type="update">Remove old nav (current etc) as it was confusing people. Implement maven.jar.includes as per Eric Giguere's suggestion.</action>
|
|
<action dev="neilc" type="update">Added manifest Class-Path, specified by setting property jar.manifest.classpath on dependency artifacts in project.xml.</action>
|
|
<action dev="dion" issue="MAVEN-936" type="fix">Reorder Specification-Title/Vendor/Version and Implementation-Title/Vendor/Version</action>
|
|
<action dev="dion" issue="MAVEN-936" type="fix">Use pom.currentVersion for Specification-Version</action>
|
|
<action dev="dion" type="fix">Fix for maven.jar.manifest.extensions.add not being checked correctly.</action>
|
|
<action dev="dion" type="fix" issue="MAVEN-1009">Fix MAVEN-1009</action>
|
|
</release>
|
|
<release version="1.3" date="2003-09-29"/>
|
|
<release version="1.2" date="Unknown">
|
|
<action dev="evenisse" type="fix">Fixed maven.jar.manifest.extensions.add use.</action>
|
|
<action dev="evenisse" type="fix" issue="MAVEN-755">Maven-755. Add maven.jar.compress.</action>
|
|
</release>
|
|
<release version="1.1" date="2003-08-29">
|
|
<action dev="dion" type="update">Added maven.jar.index property</action>
|
|
<action dev="dion" type="update">Upgrade to velocity 1.4-dev</action>
|
|
</release>
|
|
<release version="1.0" date="Unknown">
|
|
<action dev="evenisse" type="add">Initial plugin created. Goals are move from java plugin.</action>
|
|
</release>
|
|
</body>
|
|
</document>
|