Import create-upload-bundle goal from repository-plugin, rename to artifact:create-upload-bundle. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373952 13f79535-47bb-0310-9956-ffa450edef68
18 lines
455 B
XML
18 lines
455 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>
|
|
Create a bundle that can be uploaded to ibiblio.
|
|
(Replaces the deprecated <code>create-upload-bundle</code> used in Maven 1.0).
|
|
</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document> |