From 5789f856889b4f509b6c03e85edb767d4e6ea199 Mon Sep 17 00:00:00 2001 From: bwalding Date: Fri, 30 May 2003 22:22:21 +0000 Subject: [PATCH] Added a little more information about the cache property git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113455 13f79535-47bb-0310-9956-ffa450edef68 --- linkcheck/xdocs/properties.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/linkcheck/xdocs/properties.xml b/linkcheck/xdocs/properties.xml index 867c37ab..a8a89c98 100644 --- a/linkcheck/xdocs/properties.xml +++ b/linkcheck/xdocs/properties.xml @@ -40,8 +40,10 @@ maven.linkcheck.cache Yes -

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

+

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.