diff --git a/linkcheck/plugin.jelly b/linkcheck/plugin.jelly index 48eb21aa..13abacd2 100644 --- a/linkcheck/plugin.jelly +++ b/linkcheck/plugin.jelly @@ -23,6 +23,8 @@ xmlns:define="jelly:define" xmlns:linkcheck="linkcheck" xmlns:maven="jelly:maven" + xmlns:x="jelly:xml" + xmlns:util="jelly:util" xmlns:doc="doc"> @@ -60,8 +62,6 @@ - ${maven.mode.online} @@ -89,6 +89,17 @@ output="${maven.build.dir}/linkcheck/linkcheck-results.xml" outputEncoding="${maven.docs.outputencoding}" /> + + + + + + + + There are broken links. + + scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/linkcheck/ http://cvs.apache.org/viewcvs/maven-plugins/linkcheck/ - + + + 1.2 + 1.2 + MAVEN_LINKCHECK_1_2 + + + 1.3 + 1.3 + HEAD + + + + + Vincent Massol + vmassol + vmassol@pivolis.com + Pivolis + + Java Developer + + + commons-beanutils diff --git a/linkcheck/xdocs/changes.xml b/linkcheck/xdocs/changes.xml index 16ccc548..1185cf77 100644 --- a/linkcheck/xdocs/changes.xml +++ b/linkcheck/xdocs/changes.xml @@ -22,9 +22,14 @@ Changes Emmanuel Venisse + Vincent Massol + + Now supports failing the build on error if you set the new + maven.linkcheck.failonerror property to true. + Remove commons-util dependency. Must update to commons-lang 2.0. Fix issues with DOM classes and jdk1.3 diff --git a/linkcheck/xdocs/properties.xml b/linkcheck/xdocs/properties.xml index 9428d358..e95ecf50 100644 --- a/linkcheck/xdocs/properties.xml +++ b/linkcheck/xdocs/properties.xml @@ -1,4 +1,5 @@ + - LinkCheck Plugin Properties @@ -30,41 +30,26 @@ Optional? Description - - maven.build.dir - Yes - -

Default value is - ${basedir}/target.

- - - - maven.docs.dest - Yes - -

Default value is - ${maven.build.dir}/docs.

- - - - maven.docs.outputencoding - Yes - -

Default value is - ISO-8859-1.

- - maven.linkcheck.cache Yes -

Determines where the cache for the linkchecking is stored. Default value is - ${maven.build.dir}/linkcheck/linkcheck.cache. This means that - a clean build deletes the cache. If you have an extremely large document tree this - can have a negative effect on performance.

+ Determines where the cache for the linkchecking is stored. + Default value is + ${maven.build.dir}/linkcheck/linkcheck.cache. + This means that a clean build deletes the cache. If you have + an extremely large document tree this can have a negative effect + on performance. - + + maven.linkcheck.failonerror + Yes + + Determines whether the build should fail on broken links or not. + Defaults to false. + +