Document deprecated goals
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@393009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a0be09b30c
commit
bb1da5713a
@ -63,6 +63,8 @@
|
|||||||
<td>jar:deploy-snapshot</td>
|
<td>jar:deploy-snapshot</td>
|
||||||
<td>
|
<td>
|
||||||
Deploy a snapshot jar to the remote repository.
|
Deploy a snapshot jar to the remote repository.
|
||||||
|
<strong>DEPRECATED</strong>: use <code>jar:deploy</code> with
|
||||||
|
<code>-SNAPSHOT</code> in the project version for equivalent behaviour.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -85,6 +87,8 @@
|
|||||||
Install a snapshot into the local repository. The jar is built using
|
Install a snapshot into the local repository. The jar is built using
|
||||||
the <code>jar:jar</code> goal and copied into the local
|
the <code>jar:jar</code> goal and copied into the local
|
||||||
repository as the -SNAPSHOT version.
|
repository as the -SNAPSHOT version.
|
||||||
|
<strong>DEPRECATED</strong>: use <code>jar:install</code> with
|
||||||
|
<code>-SNAPSHOT</code> in the project version for equivalent behaviour.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user