From 327675ca70189ced7a4d697f862b10ba87aeaf4e Mon Sep 17 00:00:00 2001 From: carlos Date: Thu, 29 Sep 2005 22:59:52 +0000 Subject: [PATCH] Improve docs git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@292572 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/src/plugin-test/project.properties | 2 +- checkstyle/xdocs/properties.xml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/checkstyle/src/plugin-test/project.properties b/checkstyle/src/plugin-test/project.properties index 7aa4fa61..9a5d55b9 100644 --- a/checkstyle/src/plugin-test/project.properties +++ b/checkstyle/src/plugin-test/project.properties @@ -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 diff --git a/checkstyle/xdocs/properties.xml b/checkstyle/xdocs/properties.xml index 2fd4097a..49c7833f 100644 --- a/checkstyle/xdocs/properties.xml +++ b/checkstyle/xdocs/properties.xml @@ -102,9 +102,8 @@ maven.checkstyle.fail.on.violation Yes - Specifies if the maven:check-source task - should fail upon a violation. This will stop the build - process. The default value is false. + Specifies if the build should fail upon a violation. + The default value is false.