PR: MPARTIFACT-65
Document artifact:create-upload-bundle goal. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@378387 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9e07ee8e7
commit
01da2c951f
@ -25,6 +25,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.8-SNAPSHOT" date="In SVN">
|
<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="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="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>
|
<action dev="aheritier" type="update" issue="MAVEN-1739">Upgrade to HttpClient 3.0.</action>
|
||||||
|
|||||||
@ -9,8 +9,20 @@
|
|||||||
<goal>
|
<goal>
|
||||||
<name>artifact:create-upload-bundle</name>
|
<name>artifact:create-upload-bundle</name>
|
||||||
<description>
|
<description>
|
||||||
|
<p>
|
||||||
Create a bundle that can be uploaded to ibiblio.
|
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).
|
(Replaces the deprecated <code>create-upload-bundle</code> used in Maven 1.0).
|
||||||
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</goal>
|
</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
</links>
|
</links>
|
||||||
<menu name="Overview">
|
<menu name="Overview">
|
||||||
<item name="Overview" href="/index.html"/>
|
<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="Properties" href="/properties.html"/>
|
||||||
<item name="Tags" href="/tags.html"/>
|
<item name="Tags" href="/tags.html"/>
|
||||||
<item name="Examples" href="/examples.html"/>
|
<item name="Examples" href="/examples.html"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user