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
This commit is contained in:
bwalding 2003-05-30 22:22:21 +00:00
parent e9a4ebf089
commit 5789f85688

View File

@ -40,8 +40,10 @@
<td>maven.linkcheck.cache</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${maven.build.dir}/linkcheck/linkcheck.cache</code>.</p>
<p>Determines where the cache for the linkchecking is stored. Default value is
<code>${maven.build.dir}/linkcheck/linkcheck.cache</code>. 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.</p>
</td>
</tr>