From 469c7467a3e2bdcedb2d44224215ffdc4a2b44b0 Mon Sep 17 00:00:00 2001
From: aheritier
Date: Thu, 25 May 2006 06:30:57 +0000
Subject: [PATCH] PR : MPLINKCHECK-27 Submitted by : Dennis Lundberg Maven
1.0.x incompatibility problem : The report is incomplete if one or more files
has errors in them The test added doesn't yet fails if there's a problem This
test isn't actually executed in maven 1.1 because of MAVEN-1638
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@409311 13f79535-47bb-0310-9956-ffa450edef68
---
linkcheck/project.xml | 2 +-
linkcheck/src/plugin-resources/linkcheck.jsl | 4 +-
.../src/plugin-test/defaultTest/project.xml | 20 +++---
linkcheck/src/plugin-test/maven.xml | 28 ++++++++
linkcheck/src/plugin-test/project.xml | 65 +++++++++++++++++++
.../testEmptyReportWithMaven1.0/maven.xml | 27 ++++++++
.../testEmptyReportWithMaven1.0/project.xml | 12 ++++
.../xdocs/navigation.xml | 9 +++
linkcheck/xdocs/changes.xml | 3 +
9 files changed, 156 insertions(+), 14 deletions(-)
create mode 100644 linkcheck/src/plugin-test/maven.xml
create mode 100644 linkcheck/src/plugin-test/project.xml
create mode 100644 linkcheck/src/plugin-test/testEmptyReportWithMaven1.0/maven.xml
create mode 100644 linkcheck/src/plugin-test/testEmptyReportWithMaven1.0/project.xml
create mode 100644 linkcheck/src/plugin-test/testEmptyReportWithMaven1.0/xdocs/navigation.xml
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).
-
+
+
+ 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).