How do i exclude unmodified files in maven checkstyle?
I would like to use
http://maven.apache.org/plugins/maven-checkstyle-plugin/ as part of a
project build with an intent to fail the build on a violation. However,
since some of the projects already exist and it contains a lot of existing
code, i would prefer to customize the checks in a way that it is only
applies to modified files (svn/git) and not the whole project. Is there a
way to achieve this?
No comments:
Post a Comment