PR: MPARTIFACT-67

Include javadocs in created upload bundle.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@408943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2006-05-23 15:50:48 +00:00
parent 4fd0d11b0e
commit 3636304dfd
2 changed files with 5 additions and 0 deletions

View File

@@ -220,6 +220,10 @@
</ant:manifest>
</ant:jar>
<!-- Add javadocs -->
<attainGoal name="javadoc:jar"/>
<ant:copy file="${maven.build.dir}/${maven.final.name}_javadoc.jar" tofile="${maven.build.dir}/bundle/${maven.final.name}-javadoc.jar"/>
<ant:jar
jarfile="${maven.build.dir}/${maven.final.name}-bundle.jar"
basedir="${maven.build.dir}/bundle"/>

View File

@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.9-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="update" issue="MPARTIFACT-67">Include javadocs in created upload bundle.</action>
<action dev="aheritier" type="update" issue="MPARTIFACT-66">Upgrade Wagon dependencies : wagon-provider-api 1.0-alpha-6, wagon-http 1.0-alpha-6, wagon-file 1.0-alpha-7, wagon-ftp 1.0-alpha-6, wagon-ssh 1.0-alpha-7, wagon-ssh-external 1.0-alpha-6</action>
</release>
<release version="1.8" date="2006-02-24">