You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2005/09/30 00:59:56 UTC

svn commit: r292572 - in /maven/maven-1/plugins/trunk/checkstyle: src/plugin-test/project.properties xdocs/properties.xml

Author: carlos
Date: Thu Sep 29 15:59:52 2005
New Revision: 292572

URL: http://svn.apache.org/viewcvs?rev=292572&view=rev
Log:
Improve docs

Modified:
    maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/project.properties
    maven/maven-1/plugins/trunk/checkstyle/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/project.properties?rev=292572&r1=292571&r2=292572&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/project.properties (original)
+++ maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/project.properties Thu Sep 29 15:59:52 2005
@@ -17,4 +17,4 @@
 # required so it can be called from reactor
 maven.checkstyle.header.file = ${basedir}/LICENSE.txt
 maven.checkstyle.properties=${basedir}/checkstyle.xml
-
+maven.checkstyle.fail.on.violation=false

Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/properties.xml?rev=292572&r1=292571&r2=292572&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/properties.xml Thu Sep 29 15:59:52 2005
@@ -102,9 +102,8 @@
           <td>maven.checkstyle.fail.on.violation</td>
           <td>Yes</td>
           <td>
-            Specifies if the <code>maven:check-source</code> task
-            should fail upon a violation.  This will stop the build
-            process.  The default value is <code>false</code>.
+            Specifies if the build should fail upon a violation.
+            The default value is <code>false</code>.
           </td>
         </tr>
         <tr>



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