Documented dist:deploy-bin

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115635 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2004-07-03 17:53:01 +00:00
parent 4cd7bbcc5e
commit e29f13e028

View File

@ -74,7 +74,7 @@
<goal>
<name>dist:deploy</name>
<description>
Deploys a distribution to the remote repository. The distribution
Deploys both source and binary distributions to the remote repository. The distribution
is packaged as the file <code>distributions.tar.gz</code>. To create
this file the <code>dist:build</code> goal is attained.
</description>
@ -86,6 +86,13 @@
the build name to a snapshot format.
</description>
</goal>
<goal>
<name>dist:deploy-bin</name>
<description>
Deploys a binary distribution to the remote repository.
To create this file the <code>dist:build-bin</code> goal is attained.
</description>
</goal>
<goal>
<name>dist:deploy-src</name>
<description>