You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/01/15 02:02:54 UTC

svn commit: r369146 - /maven/maven-1/plugins/trunk/linkcheck/xdocs/goals.xml

Author: aheritier
Date: Sat Jan 14 17:02:51 2006
New Revision: 369146

URL: http://svn.apache.org/viewcvs?rev=369146&view=rev
Log:
add documentation for goals

Modified:
    maven/maven-1/plugins/trunk/linkcheck/xdocs/goals.xml

Modified: maven/maven-1/plugins/trunk/linkcheck/xdocs/goals.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/linkcheck/xdocs/goals.xml?rev=369146&r1=369145&r2=369146&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/linkcheck/xdocs/goals.xml (original)
+++ maven/maven-1/plugins/trunk/linkcheck/xdocs/goals.xml Sat Jan 14 17:02:51 2006
@@ -21,17 +21,16 @@
 <document>
   <properties>
     <title>Maven Link Check Plug-in Goals</title>
-    <author email="ben@walding.com">Ben Walding</author>
   </properties>
   <body>
     <goals>
       <goal>
-        <name>linkcheck</name>
-        <description></description>
+        <name>maven-linkcheck-plugin:report-real</name>
+        <description>Generate link check results and then transform to HTML.</description>
       </goal>
       <goal>
-        <name>report</name>
-        <description></description>
+        <name>maven-linkcheck-plugin:clearcache</name>
+        <description>Removes the cache file.</description>
       </goal>
     </goals>
   </body>