git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115381 13f79535-47bb-0310-9956-ffa450edef68
65 lines
3.5 KiB
XML
65 lines
3.5 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="dion@multitask.com.au">dIon Gillard</author>
|
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
</properties>
|
|
<body>
|
|
<release version="1.5.1-SNAPSHOT" date="In CVS">
|
|
<action dev="aheritier" type="fix" issue="MPJAVADOC-24">doc-files directories contents are correctly copied.</action>
|
|
</release>
|
|
<release version="1.5" date="2004-05-15">
|
|
<action dev="dion" type="fix">javadoc:jar changed to place the jar in maven.build.dir</action>
|
|
<action dev="dion" type="update">Add plugin test project</action>
|
|
<action dev="dion" type="fix" issue="MPJAVADOC-22" due-to="fabrizio giustina">trim absolute paths to basedir in javadoc report, remove [javadoc] banner</action>
|
|
</release>
|
|
<release version="1.4" date="2004-03-07">
|
|
<action dev="evenisse" type="fix" issue="MPJAVADOC-19">Prevent the plugin from failing when a sourceDirectory exists, but it does not contain Java files.</action>
|
|
<action dev="dion" type="fix" issue="MPJAVADOC-6"/>
|
|
<action dev="dion" type="fix" issue="MPJAVADOC-17"/>
|
|
<action dev="jvanzyl" type="update">Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property.</action>
|
|
<action dev="dion" type="update">default useexternalfile to yes</action>
|
|
<action dev="dion" type="fix" issue="MAVEN-1007">Fix typo in offline link generation.</action>
|
|
<action dev="dion" type="add" issue="MAVEN-894">Allow custom taglets.</action>
|
|
</release>
|
|
<release version="1.4" date="2004-03-07">
|
|
<action dev="evenisse" type="add" issue="MAVEN-639">Add maven.javadoc.overview property.</action>
|
|
<action dev="evenisse" type="add" issue="MAVEN-805">Add maven.javadoc.useexternalfile property.</action>
|
|
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
|
<action dev="dion" type="update">update to commons-lang 1.0.1</action>
|
|
<action dev="michal" type="add">Added install, install-snapshot, deploy and deploy-snapshot goals</action>
|
|
<action dev="dion" type="fix">Now respects pom.build.sourceModifications</action>
|
|
<action dev="evenisse" type="fix" issue="MAVEN-428">Used maven.docs.dest</action>
|
|
</release>
|
|
<release version="1.2" date="Unknown">
|
|
<action dev="evenisse" type="add">Added a custom tags support. This option is only available with Java 1.4.</action>
|
|
</release>
|
|
<release version="1.1">
|
|
<action dev="dion" type="add">Added a report with the javadoc run contents</action>
|
|
<action dev="dion" type="add" due-to="Siegfried Goeschl" due-to-email="siegfried.goeschl@it20one.at">Added the
|
|
<code>maven.javadoc.maxmemory</code>property so that users can customise how much memory javadoc can consume
|
|
</action>
|
|
</release>
|
|
</body>
|
|
</document>
|