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/02/16 23:41:26 UTC

svn commit: r378387 - in /maven/maven-1/plugins/trunk/artifact/xdocs: changes.xml goals.xml navigation.xml

Author: ltheussl
Date: Thu Feb 16 14:41:23 2006
New Revision: 378387

URL: http://svn.apache.org/viewcvs?rev=378387&view=rev
Log:
PR: MPARTIFACT-65
Document artifact:create-upload-bundle goal.

Modified:
    maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
    maven/maven-1/plugins/trunk/artifact/xdocs/goals.xml
    maven/maven-1/plugins/trunk/artifact/xdocs/navigation.xml

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml?rev=378387&r1=378386&r2=378387&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Thu Feb 16 14:41:23 2006
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.8-SNAPSHOT" date="In SVN">
+      <action dev="ltheussl" type="add" issue="MPARTIFACT-65">Document <code>artifact:create-upload-bundle</code>.</action>
       <action dev="aheritier" type="update" issue="MPREPO-9">Rewrite the POM generated with <code>artifact:create-upload-bundle</code>. Fix also MPREPO-10.</action>
       <action dev="ltheussl" type="add" issue="MPARTIFACT-64">New goal <code>artifact:create-upload-bundle</code> that replaces deprecated <code>create-upload-bundle</code>.</action>
       <action dev="aheritier" type="update" issue="MAVEN-1739">Upgrade to HttpClient 3.0.</action>

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/goals.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/goals.xml?rev=378387&r1=378386&r2=378387&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/goals.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/goals.xml Thu Feb 16 14:41:23 2006
@@ -9,8 +9,20 @@
       <goal>
         <name>artifact:create-upload-bundle</name>
         <description>
-          Create a bundle that can be uploaded to ibiblio.
-          (Replaces the deprecated <code>create-upload-bundle</code> used in Maven 1.0).
+          <p>
+            Create a bundle that can be uploaded to ibiblio.
+            This creates a <code>${maven.final.name}-bundle.jar</code> file which
+            contains:
+          </p>
+          <ul>
+            <li>A <code>project.xml</code> file</li>
+            <li>A license file, taken from <code>${maven.license.licenseFile}</code></li>
+            <li>A <code>${maven.final.name}-sources.jar</code> file containing the sources</li>
+            <li>A <code>${maven.jar.final.name}</code> jar file of the project</li>
+          </ul>
+          <p>
+            (Replaces the deprecated <code>create-upload-bundle</code> used in Maven 1.0).
+          </p>
         </description>
       </goal>
     </goals>

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/navigation.xml?rev=378387&r1=378386&r2=378387&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/navigation.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/navigation.xml Thu Feb 16 14:41:23 2006
@@ -32,7 +32,7 @@
     </links>
     <menu name="Overview">
       <item name="Overview" href="/index.html"/>
-      <!--item name="Goals"                      href="/goals.html" /-->
+      <item name="Goals" href="/goals.html"/>
       <item name="Properties" href="/properties.html"/>
       <item name="Tags" href="/tags.html"/>
       <item name="Examples" href="/examples.html"/>