Adding test source scanning to Checkstyle config Backport of 4cef85d from the main jclouds repo
Project: http://git-wip-us.apache.org/repos/asf/jclouds-chef/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-chef/commit/0db277cb Tree: http://git-wip-us.apache.org/repos/asf/jclouds-chef/tree/0db277cb Diff: http://git-wip-us.apache.org/repos/asf/jclouds-chef/diff/0db277cb Branch: refs/heads/port-4cef85d-1.7.x Commit: 0db277cbd99d813b2dac4be63b800f0b272efc63 Parents: fd97267 Author: Andrew Phillips <[email protected]> Authored: Wed Feb 12 12:23:20 2014 -0500 Committer: Andrew Phillips <[email protected]> Committed: Wed Feb 12 13:08:45 2014 -0500 ---------------------------------------------------------------------- project/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/0db277cb/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index e0d70ff..bf02349 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -307,6 +307,7 @@ <configuration> <configLocation>resources/checkstyle.xml</configLocation> <violationSeverity>warning</violationSeverity> + <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> </plugin> </plugins>
