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:
parent
e4f6622846
commit
1c878d222a
@ -26,6 +26,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<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="remove">Remove deprecated old deployment method</action>
|
||||
<action dev="brett" type="update" issue="MAVEN-1396">Replace bulk of code with Wagon</action>
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<section name="Maven Artifact Plugin ">
|
||||
<section name="Maven Artifact Plugin">
|
||||
<subsection name="Overview of the Maven Artifact Plugin Reference Documentation">
|
||||
<p>
|
||||
This plugin allows a client program / user to upload artifacts to a remote
|
||||
|
||||
@ -205,14 +205,6 @@
|
||||
</section>
|
||||
<section name="Deploy Properties (DEPRECATED)">
|
||||
<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>
|
||||
<td>maven.scp.executable</td>
|
||||
<td>Yes</td>
|
||||
|
||||
@ -40,17 +40,18 @@
|
||||
<td><a href="#artifact:deploy">artifact:deploy</a></td>
|
||||
<td>Deploy artifact to remote repository(ies)</td>
|
||||
</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>
|
||||
<td><a href="#artifact:install">artifact:install</a></td>
|
||||
<td>Install artifact in local repository</td>
|
||||
</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>
|
||||
<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 (DEPRECATED: use artifact:install with SNAPSHOT in the project version for equivalent behaviour)</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user