You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/12/06 22:59:05 UTC

svn commit: r354580 - in /maven/maven-1/plugins/trunk/plugin/xdocs: goals.xml properties.xml tags.xml

Author: ltheussl
Date: Tue Dec  6 13:59:02 2005
New Revision: 354580

URL: http://svn.apache.org/viewcvs?rev=354580&view=rev
Log:
Update documentation

Modified:
    maven/maven-1/plugins/trunk/plugin/xdocs/goals.xml
    maven/maven-1/plugins/trunk/plugin/xdocs/properties.xml
    maven/maven-1/plugins/trunk/plugin/xdocs/tags.xml

Modified: maven/maven-1/plugins/trunk/plugin/xdocs/goals.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/xdocs/goals.xml?rev=354580&r1=354579&r2=354580&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/xdocs/goals.xml (original)
+++ maven/maven-1/plugins/trunk/plugin/xdocs/goals.xml Tue Dec  6 13:59:02 2005
@@ -27,7 +27,10 @@
     <goals>
       <goal>
         <name>plugin:plugin</name>
-        <description>Build a plugin jar. <b>Requires at least maven 1.1 and maven-artifact-plugin 1.7.</b></description>
+        <description>
+          Build a plugin jar. <strong>Requires at least maven 1.1 and
+          maven-artifact-plugin 1.7.</strong>
+        </description>
       </goal>
       <goal>
         <name>plugin:download</name>
@@ -67,7 +70,13 @@
       </goal>
       <goal>
         <name>plugin:install</name>
-        <description>Build and install the current plugin in <code>${maven.plugin.dir}</code>.</description>
+        <description>
+          Build and install the current plugin in
+          <code>${maven.plugin.dir}</code>.
+          This calls <code>plugin:plugin</code> and therefore
+          <strong>requires at least maven 1.1 and maven-artifact-plugin 1.7.
+          </strong>
+        </description>
       </goal>
       <goal>
         <name>plugin:install-now</name>
@@ -75,6 +84,9 @@
           Install the plugin into the current Maven instance.
           It is also installed into the user's plugin cache so that it will be available to
           that user on subsequent Maven invocations.
+          This calls <code>plugin:plugin</code> and therefore
+          <strong>requires at least maven 1.1 and maven-artifact-plugin 1.7.
+          </strong>
         </description>
       </goal>
       <goal>
@@ -102,6 +114,9 @@
         <name>plugin:repository-install</name>
         <description>
           Install the current plugin version to the local repository.
+          This calls <code>plugin:plugin</code> and therefore
+          <strong>requires at least maven 1.1 and maven-artifact-plugin 1.7.
+          </strong>
         </description>
       </goal>
       <goal>
@@ -118,6 +133,9 @@
           Deploy the current plugin version to the remote repository.
           This uses the <a href="../artifact/index.html">Artifact plugin</a> to
           do the deployment, so properties need to be set up as per that plugin.
+          This calls <code>plugin:plugin</code> and therefore
+          <strong>requires at least maven 1.1 and maven-artifact-plugin 1.7.
+          </strong>
         </description>
       </goal>
       <goal>

Modified: maven/maven-1/plugins/trunk/plugin/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/xdocs/properties.xml?rev=354580&r1=354579&r2=354580&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/plugin/xdocs/properties.xml Tue Dec  6 13:59:02 2005
@@ -88,7 +88,7 @@
               The repository maven should use to download artifacts
               (jars etc) that it can't find in the local repository.
               You should set this to one of the
-              <a href="http://maven.apache.org/faq.html#ibiblio-mirrors">Ibiblio mirrors</a>.
+              <a href="http://maven.apache.org/maven-1.x/faq.html#ibiblio-mirrors">Ibiblio mirrors</a>.
               You can also specify multiple repositories, separated by commas.
               Default is <code>http://www.ibiblio.org/maven</code>.
             </td>

Modified: maven/maven-1/plugins/trunk/plugin/xdocs/tags.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/xdocs/tags.xml?rev=354580&r1=354579&r2=354580&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/xdocs/tags.xml (original)
+++ maven/maven-1/plugins/trunk/plugin/xdocs/tags.xml Tue Dec  6 13:59:02 2005
@@ -74,7 +74,7 @@
       </subsection>
       <subsection name='validate-xml Tag'>
         <p>
-          A tag to validate an arbitrary xml document against a schema.
+          A tag to validate an arbitrary xml document against a schema or dtd.
         </p>
         <table>
           <tr><th>Attribute</th><th>Optional?</th><th>Description</th></tr>