Ability to check test sources using property maven.checkstyle.check.tests

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@192977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos
2005-06-22 19:34:27 +00:00
parent 61ac72325e
commit 83c7f3cbc9
4 changed files with 25 additions and 1 deletions

View File

@@ -26,7 +26,8 @@ maven.checkstyle.fail.on.violation = false
maven.checkstyle.cache.file = ${maven.build.dir}/checkstyle-cachefile
maven.checkstyle.format = sun
maven.checkstyle.header.file = ${basedir}/LICENSE.txt
maven.checkstyle.check.tests=true
# If useFile is false then the checkstyle task will display violations
# on stdout.
maven.checkstyle.usefile = true
maven.checkstyle.usefile = true