diff --git a/linkcheck/project.xml b/linkcheck/project.xml index 7694510d..d4a92d98 100644 --- a/linkcheck/project.xml +++ b/linkcheck/project.xml @@ -22,7 +22,7 @@ 3 maven-linkcheck-plugin Maven LinkCheck Plugin - 1.4 + 1.4.1-SNAPSHOT Check xdoc links. Requires Maven 1.0 RC2. Check xdoc links diff --git a/linkcheck/src/plugin-resources/linkcheck.jsl b/linkcheck/src/plugin-resources/linkcheck.jsl index dee69b3a..7f2c9da3 100644 --- a/linkcheck/src/plugin-resources/linkcheck.jsl +++ b/linkcheck/src/plugin-resources/linkcheck.jsl @@ -36,7 +36,7 @@

file(s) and link(s) checked. error(s) and warning(s) reported in file(s).

- + @@ -82,4 +82,4 @@ - \ No newline at end of file + diff --git a/linkcheck/src/plugin-test/defaultTest/project.xml b/linkcheck/src/plugin-test/defaultTest/project.xml index 26992bcd..6e76392f 100644 --- a/linkcheck/src/plugin-test/defaultTest/project.xml +++ b/linkcheck/src/plugin-test/defaultTest/project.xml @@ -2,7 +2,7 @@ + + + + + + + \ No newline at end of file diff --git a/linkcheck/src/plugin-test/project.xml b/linkcheck/src/plugin-test/project.xml new file mode 100644 index 00000000..852ff113 --- /dev/null +++ b/linkcheck/src/plugin-test/project.xml @@ -0,0 +1,65 @@ + + + + + + 3 + test-maven-javadoc-plugin + Tests project for Maven JavaDoc Plugin + maven + 1.0-SNAPSHOT + + Apache Software Foundation + http://www.apache.org/ + http://maven.apache.org/images/apache-maven-project.png + + 2001 + org.apache + http://maven.apache.org/images/maven.jpg + Tests for Maven JavaDoc plugin + Tests for Maven JavaDoc plugin + http://maven.apache.org/maven-1.x/plugins/javadoc/index.html + /www/maven.apache.org/maven-1.x/plugins/javadoc/ + + scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/javadoc/ + http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/javadoc/ + + + + dIon Gillard + dion + dion@multitask.com.au + Multitask Consulting + + Documentation + + + + Arnaud Heritier + aheritier + aheritier@apache.org + Octo Technology + + Developer + + + + + + \ No newline at end of file diff --git a/linkcheck/src/plugin-test/testEmptyReportWithMaven1.0/maven.xml b/linkcheck/src/plugin-test/testEmptyReportWithMaven1.0/maven.xml new file mode 100644 index 00000000..8ee27906 --- /dev/null +++ b/linkcheck/src/plugin-test/testEmptyReportWithMaven1.0/maven.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/linkcheck/src/plugin-test/testEmptyReportWithMaven1.0/project.xml b/linkcheck/src/plugin-test/testEmptyReportWithMaven1.0/project.xml new file mode 100644 index 00000000..fd3787da --- /dev/null +++ b/linkcheck/src/plugin-test/testEmptyReportWithMaven1.0/project.xml @@ -0,0 +1,12 @@ + + + 3 + MPLINKCHECK-27 + org.apache.maven.plugins.linkcheck + MPLINKCHECK-27 + 1.0-SNAPSHOT + Maven 1.0.x : The report is incomplete if one or more files has errors in them. + + maven-linkcheck-plugin + + diff --git a/linkcheck/src/plugin-test/testEmptyReportWithMaven1.0/xdocs/navigation.xml b/linkcheck/src/plugin-test/testEmptyReportWithMaven1.0/xdocs/navigation.xml new file mode 100644 index 00000000..83a8233e --- /dev/null +++ b/linkcheck/src/plugin-test/testEmptyReportWithMaven1.0/xdocs/navigation.xml @@ -0,0 +1,9 @@ + + + MPLINKCHECK-27 + + + + + + diff --git a/linkcheck/xdocs/changes.xml b/linkcheck/xdocs/changes.xml index 8cfcceaa..b3f789ea 100644 --- a/linkcheck/xdocs/changes.xml +++ b/linkcheck/xdocs/changes.xml @@ -25,6 +25,9 @@ Arnaud Heritier + + Maven 1.0.x : The report is incomplete if one or more files has errors in them. + Upgrade to log4j 1.2.13. Add the property "maven.linkcheck.method" to select the method to use to do the tests (head -by default-,or get).