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
This commit is contained in:
aheritier
2006-01-14 22:28:00 +00:00
parent 7706d0e0e3
commit 838f2129a8

View File

@@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.4-SNAPSHOT" date="in SVN">
<action dev="aheritier" type="add">If maven is in offline mode the report doesn't test external urls. A warning is displayed in the report.</action>
<action dev="aheritier" type="update" issue="MPLINKCHECK-10">"Moved Permanently" sites are reported as a warning and not as an error.</action>
<action dev="aheritier" type="update" issue="MPLINKCHECK-24">Speed and stability enhancement [better usage of httpClient].</action>
<action dev="aheritier" type="update" issue="MPLINKCHECK-24,MAVEN-1739">Upgrade to HttpClient 3.0.</action>