You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/05/31 00:22:24 UTC

cvs commit: maven/src/plugins-build/linkcheck/xdocs properties.xml

bwalding    2003/05/30 15:22:22

  Modified:    src/plugins-build/linkcheck/xdocs properties.xml
  Log:
  Added a little more information about the cache property
  
  Revision  Changes    Path
  1.5       +4 -2      maven/src/plugins-build/linkcheck/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/linkcheck/xdocs/properties.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- properties.xml	20 Mar 2003 21:04:06 -0000	1.4
  +++ properties.xml	30 May 2003 22:22:21 -0000	1.5
  @@ -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>
           
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org