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="[EMAIL PROTECTED]">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>