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:
ltheussl 2006-04-10 18:05:45 +00:00
parent a0be09b30c
commit bb1da5713a

View File

@ -63,6 +63,8 @@
<td>jar:deploy-snapshot</td>
<td>
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>
</tr>
<tr>
@ -85,6 +87,8 @@
Install a snapshot into the local repository. The jar is built using
the <code>jar:jar</code> goal and copied into the local
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>
</tr>
</table>