Improve docs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@292572 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2005-09-29 22:59:52 +00:00
parent cd48787301
commit 327675ca70
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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>