You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/05/25 06:48:25 UTC

svn commit: r178368 - /jakarta/commons/proper/digester/trunk/project.xml

Author: skitching
Date: Tue May 24 21:48:23 2005
New Revision: 178368

URL: http://svn.apache.org/viewcvs?rev=178368&view=rev
Log:
Disable linkcheck plugin by default

Modified:
    jakarta/commons/proper/digester/trunk/project.xml

Modified: jakarta/commons/proper/digester/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/project.xml?rev=178368&r1=178367&r2=178368&view=diff
==============================================================================
--- jakarta/commons/proper/digester/trunk/project.xml (original)
+++ jakarta/commons/proper/digester/trunk/project.xml Tue May 24 21:48:23 2005
@@ -286,7 +286,14 @@
    <report>maven-junit-report-plugin</report>
    <report>maven-jxr-plugin</report>
    <report>maven-license-plugin</report>
+   
+   <!--
+    - This report is useful to enable when preparing release candidates
+    - but should not be included in the final release as the info isn't
+    - relevant to end users. And it should not be enabled in normal use
+    - as it takes a very long time to run.
    <report>maven-linkcheck-plugin</report>
+   -->
    <report>maven-pmd-plugin</report>
    <report>maven-tasklist-plugin</report>
 <!--   <report>maven-clover-plugin</report> -->



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