Author: brett
Date: Tue May 31 22:12:06 2005
New Revision: 179358
URL: http://svn.apache.org/viewcvs?rev=179358&view=rev
Log:
doc improvements
Modified:
maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
maven/maven-1/plugins/trunk/artifact/xdocs/index.xml
maven/maven-1/plugins/trunk/artifact/xdocs/properties.xml
maven/maven-1/plugins/trunk/artifact/xdocs/tags.xml
Modified: maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml?rev=179358&r1=179357&r2=179358&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Tue May 31 22:12:06
2005
@@ -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>
Modified: maven/maven-1/plugins/trunk/artifact/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/index.xml?rev=179358&r1=179357&r2=179358&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/index.xml Tue May 31 22:12:06
2005
@@ -25,11 +25,11 @@
</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
- repository using a variety of different protocols.
+ repository using a variety of different protocols.
</p>
<table>
<tr><th>Document</th><th>Description</th></tr>
Modified: maven/maven-1/plugins/trunk/artifact/xdocs/properties.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/properties.xml?rev=179358&r1=179357&r2=179358&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/properties.xml Tue May 31
22:12:06 2005
@@ -206,14 +206,6 @@
<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>
<td>
Modified: maven/maven-1/plugins/trunk/artifact/xdocs/tags.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/tags.xml?rev=179358&r1=179357&r2=179358&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/tags.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/tags.xml Tue May 31 22:12:06 2005
@@ -41,16 +41,17 @@
<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>
@@ -154,7 +155,7 @@
<ul>
<li>
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
information about repository content can be cached
and some files from the repository can be cached in memory
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]