You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/05/23 17:50:49 UTC

svn commit: r408943 - in /maven/maven-1/plugins/trunk/artifact: plugin.jelly xdocs/changes.xml

Author: ltheussl
Date: Tue May 23 08:50:48 2006
New Revision: 408943

URL: http://svn.apache.org/viewvc?rev=408943&view=rev
Log:
PR: MPARTIFACT-67
Include javadocs in created upload bundle.

Modified:
    maven/maven-1/plugins/trunk/artifact/plugin.jelly
    maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/artifact/plugin.jelly
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/artifact/plugin.jelly?rev=408943&r1=408942&r2=408943&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/artifact/plugin.jelly Tue May 23 08:50:48 2006
@@ -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"/>

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml?rev=408943&r1=408942&r2=408943&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Tue May 23 08:50:48 2006
@@ -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">