add documentation for goals

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369146 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-01-15 01:02:51 +00:00
parent ee01a5e28f
commit ad45233952

View File

@@ -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>