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/3aff904f Tree: http://git-wip-us.apache.org/repos/asf/jclouds-chef/tree/3aff904f Diff: http://git-wip-us.apache.org/repos/asf/jclouds-chef/diff/3aff904f Branch: refs/heads/1.7.x Commit: 3aff904fb9b5b071ad13e3a25f37b274c8ec7e7d 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 14:12:25 2014 -0500 ---------------------------------------------------------------------- project/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/3aff904f/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>
