[maven-scm-plugin] prepare release 1.9

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@533705 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-30 11:38:32 +00:00
parent 7d110108db
commit 3d42f0e63e
2 changed files with 92 additions and 87 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/*
@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<artifactId>maven-javadoc-plugin</artifactId>
<name>Maven Javadoc Plugin</name>
<currentVersion>1.9-SNAPSHOT</currentVersion>
<currentVersion>1.9</currentVersion>
<shortDescription>Produce Javadocs and report</shortDescription>
<versions>
<version>
@ -61,6 +61,11 @@
<name>1.8</name>
<tag>MAVEN_JAVADOC_1_8</tag>
</version>
<version>
<id>1.9</id>
<name>1.9</name>
<tag>maven-javadoc-plugin-1.9</tag>
</version>
</versions>
<developers>
<developer>
@ -72,10 +77,10 @@
</roles>
</developer>
<developer>
<name>Stéphane Mor</name>
<name>Stéphane Mor</name>
<id>smor</id>
<email>stephanemor@yahoo.fr</email>
<organization>Hasgard Systèmes et Réseaux</organization>
<organization>Hasgard Systèmes et Réseaux</organization>
<roles>
<role>Java Developer</role>
</roles>

View File

@ -18,91 +18,91 @@
* 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>
<author email="aheritier@apache.org">Arnaud Heritier</author>
</properties>
<body>
<release version="1.9-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="fix">Do not add a directory of sources which doesn't exist.</action>
<action dev="jjensen" type="add" issue="MPJAVADOC-80">Add specifying params with alternate doclets.</action>
</release>
<release version="1.8" date="2006-01-15">
<action dev="ltheussl" type="fix" issue="MPJAVADOC-52">Cannot set -sourcepath to add paths for inherited javadocs.</action>
<action dev="ltheussl" type="fix" issue="MPJAVADOC-56">Other doclets cannot use standard doclet parameters.</action>
<action dev="ltheussl" type="add" issue="MPJAVADOC-65">Added maven.javadoc.warningsreport and maven.javadoc.javadocreport properties.</action>
<action dev="ltheussl" type="update" issue="MPJAVADOC-66">The maxmemory property is set to 512m by default.</action>
<action dev="ltheussl" type="fix" issue="MPJAVADOC-61">StringIndexOutOfBoundsException on parsing the files.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-59">Files package.html and overview.html are not copied when source modifications are used.</action>
<action dev="carlos" type="add" issue="MPJAVADOC-58">Added maven.javadoc.failonerror property.</action>
<action dev="aheritier" type="add" issue="MPJAVADOC-54" due-to="Dag Sverre Seljebotn">Added maven.javadoc.header and maven.javadoc.footer properties.</action>
</release>
<release version="1.7" date="2004-09-26">
<action dev="aheritier" type="fix" issue="MPJAVADOC-46">Standard doclet parameters were passed to javadoc even if another doclet is used.</action>
<action dev="aheritier" type="add" issue="MPJAVADOC-45">Output encoding and charset are setted to ${maven.docs.outputencoding}</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-44">Cannot build the plugin with jdk 1.3</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-43">Javadoc plugin causes site to fail</action>
<document>
<properties>
<title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
<author email="aheritier@apache.org">Arnaud Heritier</author>
</properties>
<body>
<release version="1.9" date="2007-04-30">
<action dev="aheritier" type="fix">Do not add a directory of sources which doesn't exist.</action>
<action dev="jjensen" type="add" issue="MPJAVADOC-80">Add specifying params with alternate doclets.</action>
</release>
<release version="1.8" date="2006-01-15">
<action dev="ltheussl" type="fix" issue="MPJAVADOC-52">Cannot set -sourcepath to add paths for inherited javadocs.</action>
<action dev="ltheussl" type="fix" issue="MPJAVADOC-56">Other doclets cannot use standard doclet parameters.</action>
<action dev="ltheussl" type="add" issue="MPJAVADOC-65">Added maven.javadoc.warningsreport and maven.javadoc.javadocreport properties.</action>
<action dev="ltheussl" type="update" issue="MPJAVADOC-66">The maxmemory property is set to 512m by default.</action>
<action dev="ltheussl" type="fix" issue="MPJAVADOC-61">StringIndexOutOfBoundsException on parsing the files.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-59">Files package.html and overview.html are not copied when source modifications are used.</action>
<action dev="carlos" type="add" issue="MPJAVADOC-58">Added maven.javadoc.failonerror property.</action>
<action dev="aheritier" type="add" issue="MPJAVADOC-54" due-to="Dag Sverre Seljebotn">Added maven.javadoc.header and maven.javadoc.footer properties.</action>
</release>
<release version="1.7" date="2004-09-26">
<action dev="aheritier" type="fix" issue="MPJAVADOC-46">Standard doclet parameters were passed to javadoc even if another doclet is used.</action>
<action dev="aheritier" type="add" issue="MPJAVADOC-45">Output encoding and charset are setted to ${maven.docs.outputencoding}</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-44">Cannot build the plugin with jdk 1.3</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-43">Javadoc plugin causes site to fail</action>
<action dev="felipeal" type="fix" issue="MPJAVADOC-42">Javadoc warning report was throwing exception when used with
<code>Java 1.3</code>.
</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-41">Javadoc does not get created with multiple entries in maven.compile.src.set</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-40">javadoc:jar fails if project doesn't have source files.</action>
<action dev="carlos" type="add" issue="MPJAVADOC-39">Added maven.javadoc.bottom property</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-38">The type for the javadoc is "javadoc.jar" when it is deployed on a repository.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-37">Default javadoc scope (package) can't be replaced by private or public.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-36">Javadoc fails if pom.package isn't specified.</action>
<action dev="aheritier" type="add" issue="MPJAVADOC-35" due-to="Steven Caswell">Add javadoc warning report formatted similar to Checkstyle report.</action>
</release>
<release version="1.6.1" date="2004-07-13">
<action dev="brett" type="fix">Correct check needed function for when package is given but there are not java files in it.</action>
</release>
<release version="1.6" date="2004-07-09">
<action dev="aheritier" type="fix" issue="MPJAVADOC-33">Javadoc plugin ignores the package specified in the pom.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-32" due-to="Guillaume Nodet">The maven-javadoc-plugin:register failed in javadoc plugin 1.5.1-SNAPSHOT.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-31" due-to="Takayoshi Kimura">Use the property 'maven.compile.encoding' to set the encoding used when reading sources in javadoc task.</action>
<action dev="aheritier" type="add" issue="MPJAVADOC-30" due-to="Maarten Coene">Use the property 'maven.javadoc.excludepackagenames' to exclude packages from javadoc generation.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-29">Packages list broken on jdk 1.3 for multiple packages.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-28">@link tag not working with package names.</action>
<action dev="aheritier" type="add">Add the property maven.javadoc.debug to print informations to debug the plugin.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-26" due-to="Denis McLaughlin">Fix the needed flag when there's an empty sources directory.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-24">doc-files directories contents are correctly copied.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-16">Failure to generate relative cross-references to local classes.</action>
<action dev="brett" type="fix" issue="MPJAVADOC-5">Add support for multiple source directories.</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>
<action dev="aheritier" type="fix" issue="MPJAVADOC-41">Javadoc does not get created with multiple entries in maven.compile.src.set</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-40">javadoc:jar fails if project doesn't have source files.</action>
<action dev="carlos" type="add" issue="MPJAVADOC-39">Added maven.javadoc.bottom property</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-38">The type for the javadoc is "javadoc.jar" when it is deployed on a repository.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-37">Default javadoc scope (package) can't be replaced by private or public.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-36">Javadoc fails if pom.package isn't specified.</action>
<action dev="aheritier" type="add" issue="MPJAVADOC-35" due-to="Steven Caswell">Add javadoc warning report formatted similar to Checkstyle report.</action>
</release>
<release version="1.6.1" date="2004-07-13">
<action dev="brett" type="fix">Correct check needed function for when package is given but there are not java files in it.</action>
</release>
<release version="1.6" date="2004-07-09">
<action dev="aheritier" type="fix" issue="MPJAVADOC-33">Javadoc plugin ignores the package specified in the pom.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-32" due-to="Guillaume Nodet">The maven-javadoc-plugin:register failed in javadoc plugin 1.5.1-SNAPSHOT.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-31" due-to="Takayoshi Kimura">Use the property 'maven.compile.encoding' to set the encoding used when reading sources in javadoc task.</action>
<action dev="aheritier" type="add" issue="MPJAVADOC-30" due-to="Maarten Coene">Use the property 'maven.javadoc.excludepackagenames' to exclude packages from javadoc generation.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-29">Packages list broken on jdk 1.3 for multiple packages.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-28">@link tag not working with package names.</action>
<action dev="aheritier" type="add">Add the property maven.javadoc.debug to print informations to debug the plugin.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-26" due-to="Denis McLaughlin">Fix the needed flag when there's an empty sources directory.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-24">doc-files directories contents are correctly copied.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-16">Failure to generate relative cross-references to local classes.</action>
<action dev="brett" type="fix" issue="MPJAVADOC-5">Add support for multiple source directories.</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>
</action>
</release>
</body>
</document>