Files
maven-plugins/artifact/xdocs/goals.xml
ltheussl 81c5dac190 PR: MPARTIFACT-64
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
2006-02-01 00:41:31 +00:00

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>