You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2013/12/13 02:04:18 UTC

git commit: Sync checkstyle config

Updated Branches:
  refs/heads/master 6de84cb00 -> 91906b90b


Sync checkstyle config


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/91906b90
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/91906b90
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/91906b90

Branch: refs/heads/master
Commit: 91906b90befa7b0bd668187aff3c2c006d71f615
Parents: 6de84cb
Author: Andrew Gaul <ga...@apache.org>
Authored: Thu Dec 12 17:01:51 2013 -0800
Committer: Andrew Gaul <ga...@apache.org>
Committed: Thu Dec 12 17:02:00 2013 -0800

----------------------------------------------------------------------
 project/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/91906b90/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index e1e906b..3f10f64 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -997,10 +997,11 @@
           <plugin>
             <!-- When building jclouds-project, override the config to use the local file -->
             <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.9.1</version>
+            <version>2.11</version>
             <configuration>
               <configLocation>../resources/checkstyle.xml</configLocation>
               <violationSeverity>warning</violationSeverity>
+              <includeTestSourceDirectory>true</includeTestSourceDirectory>
             </configuration>
           </plugin>
         </plugins>