Doc use of artifact plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<body>
|
||||
<release version="1.5.2-SNAPSHOT" date="in CVS">
|
||||
<action dev="dion" type="add">Add plugin:generate-tags goal</action>
|
||||
<action dev="dion" type="add">Mention in docs for the plugin:repository-deploy that it uses the artifact plugin</action>
|
||||
</release>
|
||||
<release version="1.5.1" date="2004-07-09">
|
||||
<action dev="dion" type="add" issue="MPPLUGIN-20">Prompt for artifactId, groupId and version if missing.</action>
|
||||
|
||||
@@ -108,12 +108,16 @@
|
||||
<name>plugin:repository-deploy</name>
|
||||
<description>
|
||||
Deploy the current plugin version to the remote repository.
|
||||
This uses the <a href="../artifact/index.html">Artifact plugin</a> to
|
||||
do the deployment, so properties need to be set up as per that plugin.
|
||||
</description>
|
||||
</goal>
|
||||
<goal>
|
||||
<name>plugin:repository-deploy-snapshot</name>
|
||||
<description>
|
||||
Deploy a snapshot build of the plugin to the remote repository.
|
||||
This uses the <a href="../artifact/index.html">Artifact plugin</a> to
|
||||
do the deployment, so properties need to be set up as per that plugin.
|
||||
</description>
|
||||
</goal>
|
||||
</goals>
|
||||
|
||||
Reference in New Issue
Block a user