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

@ -25,11 +25,11 @@
</properties> </properties>
<body> <body>
<section name="Maven Artifact Plugin "> <section name="Maven Artifact Plugin">
<subsection name="Overview of the Maven Artifact Plugin Reference Documentation"> <subsection name="Overview of the Maven Artifact Plugin Reference Documentation">
<p> <p>
This plugin allows a client program / user to upload artifacts to a remote This plugin allows a client program / user to upload artifacts to a remote
repository using a variety of different protocols. repository using a variety of different protocols.
</p> </p>
<table> <table>
<tr><th>Document</th><th>Description</th></tr> <tr><th>Document</th><th>Description</th></tr>

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>
@ -154,7 +155,7 @@
<ul> <ul>
<li> <li>
Although simple now, it will not necessarily remain that way Although simple now, it will not necessarily remain that way
in the future. in the future.
e.g. When Maven runs in client-server mode e.g. When Maven runs in client-server mode
information about repository content can be cached information about repository content can be cached
and some files from the repository can be cached in memory and some files from the repository can be cached in memory