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:
dion
2004-08-05 00:34:21 +00:00
parent e03a62328b
commit e19489966c
2 changed files with 5 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>