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:
parent
4cd7bbcc5e
commit
e29f13e028
9
dist/xdocs/goals.xml
vendored
9
dist/xdocs/goals.xml
vendored
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user