git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114539 13f79535-47bb-0310-9956-ffa450edef68
65 lines
2.1 KiB
XML
65 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<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.4" date="in CVS">
|
|
<action dev="dion" type="update">
|
|
Upgrade to ant 1.6
|
|
</action>
|
|
<action dev="dion" type="update">default useexternalfile to yes</action>
|
|
<action dev="dion" type="fix">
|
|
Applied MAVEN-1007. Fix typo in offline link generation.
|
|
</action>
|
|
<action dev="dion" type="add">
|
|
Applied MAVEN-894. Allow custom taglets.
|
|
</action>
|
|
</release>
|
|
|
|
<release version="1.3" date="2003-09-29">
|
|
<action dev="evenisse" type="add">
|
|
MAVEN-639. Add maven.javadoc.overview property.
|
|
</action>
|
|
<action dev="evenisse" type="add">
|
|
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">
|
|
Fix 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>
|
|
|