doc improvements

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@179358 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-06-01 05:12:06 +00:00
parent e4f6622846
commit 1c878d222a
4 changed files with 9 additions and 15 deletions

View File

@ -26,6 +26,7 @@
</properties> </properties>
<body> <body>
<release version="1.5-SNAPSHOT" date="in SVN"> <release version="1.5-SNAPSHOT" date="in SVN">
<action dev="brett" type="update" issue="MPARTIFACT-19">Deploy anything with SNAPSHOT in the version as a snapshot</action>
<action dev="brett" type="update">Deprecated install-snapshot and deploy-snapshot goals</action> <action dev="brett" type="update">Deprecated install-snapshot and deploy-snapshot goals</action>
<action dev="brett" type="remove">Remove deprecated old deployment method</action> <action dev="brett" type="remove">Remove deprecated old deployment method</action>
<action dev="brett" type="update" issue="MAVEN-1396">Replace bulk of code with Wagon</action> <action dev="brett" type="update" issue="MAVEN-1396">Replace bulk of code with Wagon</action>

View File

@ -205,14 +205,6 @@
</section> </section>
<section name="Deploy Properties (DEPRECATED)"> <section name="Deploy Properties (DEPRECATED)">
<table> <table>
<tr>
<td>maven.artifact.legacy</td>
<td>Yes</td>
<td>
Force legacy (deploy) operation mode, where the SSH and SCP command line tools are used.
If artifact is not configured, this will take effect automatically.
</td>
</tr>
<tr> <tr>
<td>maven.scp.executable</td> <td>maven.scp.executable</td>
<td>Yes</td> <td>Yes</td>

View File

@ -40,17 +40,18 @@
<td><a href="#artifact:deploy">artifact:deploy</a></td> <td><a href="#artifact:deploy">artifact:deploy</a></td>
<td>Deploy artifact to remote repository(ies)</td> <td>Deploy artifact to remote repository(ies)</td>
</tr> </tr>
<tr>
<td><a href="#artifact:deploy-snapshot">artifact:deploy-snapshot</a></td>
<td>Deploy snapshot version of artifact to remote repository</td>
</tr>
<tr> <tr>
<td><a href="#artifact:install">artifact:install</a></td> <td><a href="#artifact:install">artifact:install</a></td>
<td>Install artifact in local repository</td> <td>Install artifact in local repository</td>
</tr> </tr>
<tr>
<td><a href="#artifact:deploy-snapshot">artifact:deploy-snapshot</a></td>
<td>Deploy snapshot version of artifact to remote repository (DEPRECATED: use artifact:deploy with SNAPSHOT in the project version for equivalent behaviour)</td>
</tr>
<tr> <tr>
<td><a href="#artifact:deploy-snapshot">artifact:install-snapshot</a></td> <td><a href="#artifact:deploy-snapshot">artifact:install-snapshot</a></td>
<td>Install snapshot version of artifact in local repository</td> <td>Install snapshot version of artifact in local repository</td>
<td>Install snapshot version of artifact in local repository (DEPRECATED: use artifact:install with SNAPSHOT in the project version for equivalent behaviour)</td>
</tr> </tr>
</table> </table>