From 838f2129a8f6f7305c49cea88fcd99446c2f6b8d Mon Sep 17 00:00:00 2001 From: aheritier Date: Sat, 14 Jan 2006 22:28:00 +0000 Subject: [PATCH] Forgot to document the new behaviour when maven is offline. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369106 13f79535-47bb-0310-9956-ffa450edef68 --- linkcheck/xdocs/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/linkcheck/xdocs/changes.xml b/linkcheck/xdocs/changes.xml index d7a24751..88ab91dd 100644 --- a/linkcheck/xdocs/changes.xml +++ b/linkcheck/xdocs/changes.xml @@ -26,6 +26,7 @@ + If maven is in offline mode the report doesn't test external urls. A warning is displayed in the report. "Moved Permanently" sites are reported as a warning and not as an error. Speed and stability enhancement [better usage of httpClient]. Upgrade to HttpClient 3.0.