Updated Branches:
  refs/heads/1.7.x fd97267b9 -> 3aff904fb
  refs/heads/master e8527ffaa -> c20d6f03d


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/c20d6f03
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-chef/tree/c20d6f03
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-chef/diff/c20d6f03

Branch: refs/heads/master
Commit: c20d6f03d2cc611a3d5b88ef6e7d7d56b00dd263
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 14:12:15 2014 -0500

----------------------------------------------------------------------
 project/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/c20d6f03/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>

Reply via email to