Author: aheritier Date: Sat Oct 1 18:02:10 2005 New Revision: 293048 URL: http://svn.apache.org/viewcvs?rev=293048&view=rev Log: update requirements
Modified: maven/maven-1/plugins/trunk/artifact/xdocs/index.xml 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=293048&r1=293047&r2=293048&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/artifact/xdocs/index.xml (original) +++ maven/maven-1/plugins/trunk/artifact/xdocs/index.xml Sat Oct 1 18:02:10 2005 @@ -16,38 +16,47 @@ * limitations under the License. */ --> - <document> - <properties> <title>Overview</title> <author email="[EMAIL PROTECTED]">Michal Maczka</author> </properties> - <body> <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> This plugin allows a client program / user to upload artifacts to a remote repository using a variety of different protocols. </p> <table> - <tr><th>Document</th><th>Description</th></tr> - <tr><td><a href="properties.html">Properties</a></td> + <tr> + <th>Document</th> + <th>Description</th> + </tr> + <tr> + <td> + <a href="properties.html">Properties</a> + </td> <td> The behavior of the Maven Artifact Plugin can be altered via several properties. This document describes each property available, and the default used. </td> </tr> - <tr><td><a href="tags.html">Tags</a></td> + <tr> + <td> + <a href="tags.html">Tags</a> + </td> <td> The Artifact plugin defines Jelly tags to generate java sources. This document describes the tags and their arguments. </td> </tr> - <tr><td><a href="examples.html">Examples</a></td> + <tr> + <td> + <a href="examples.html">Examples</a> + </td> <td> This document provides examples on how to configure the Maven Artifact plugin for deploying artifacts to remote repository @@ -55,6 +64,9 @@ </tr> </table> </subsection> + <section name="Requirements"> + <p>Be careful, maven 1.1 is required to use the artifact plugin v >= 1.5.2.</p> + </section> </section> </body> </document> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]