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
30 lines
975 B
XML
30 lines
975 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Maven Artifact Plugin Goals</title>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>artifact:create-upload-bundle</name>
|
|
<description>
|
|
<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>
|
|
</body>
|
|
</document> |