MPLINKCHECK-27 : Parse the generated file

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@522362 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-03-25 22:29:22 +00:00
parent 19e5f3b8c7
commit 34e9c53e94

View File

@ -15,13 +15,14 @@
* limitations under the License.
*/
-->
<project xmlns:util="jelly:util" xmlns:j="jelly:core">
<project xmlns:util="jelly:util" xmlns:j="jelly:core" xmlns:html="jelly:html">
<goal name="testPlugin" prereqs="test-linkcheck">
</goal>
<goal name="test-linkcheck" prereqs="clean">
<attainGoal name="site"/>
<html:parse var="linkCheckFile" html="target/docs/linkcheck.html"/>
</goal>
</project>