Updated Branches: refs/heads/port-4cef85d [created] ff7473241 refs/heads/port-4cef85d-1.7.x [created] 0db277cbd
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/ff747324 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-chef/tree/ff747324 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-chef/diff/ff747324 Branch: refs/heads/port-4cef85d Commit: ff7473241911c69fc92b9f7c9c63c9ff27217e4e Parents: e8527ff Author: Andrew Phillips <[email protected]> Authored: Wed Feb 12 12:23:20 2014 -0500 Committer: Andrew Phillips <[email protected]> Committed: Wed Feb 12 12:23:20 2014 -0500 ---------------------------------------------------------------------- project/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/ff747324/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 8e196d5..b07805c 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -297,6 +297,7 @@ <configuration> <configLocation>resources/checkstyle.xml</configLocation> <violationSeverity>warning</violationSeverity> + <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> </plugin> </plugins>
