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:
parent
19e5f3b8c7
commit
34e9c53e94
@ -15,13 +15,14 @@
|
|||||||
* limitations under the License.
|
* 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 name="testPlugin" prereqs="test-linkcheck">
|
||||||
</goal>
|
</goal>
|
||||||
|
|
||||||
<goal name="test-linkcheck" prereqs="clean">
|
<goal name="test-linkcheck" prereqs="clean">
|
||||||
<attainGoal name="site"/>
|
<attainGoal name="site"/>
|
||||||
|
<html:parse var="linkCheckFile" html="target/docs/linkcheck.html"/>
|
||||||
</goal>
|
</goal>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
Loading…
x
Reference in New Issue
Block a user