You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/10/06 22:24:22 UTC

[7/7] git commit: Revert "JCLOUDS-736: Revert "Fail build on checkstyle warnings""

Revert "JCLOUDS-736: Revert "Fail build on checkstyle warnings""

This reverts commit 80d51f409aa36f1a5505214eb4ac6e1128213c92.


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

Branch: refs/heads/reactivate-checkstyle
Commit: dc0443f4eb04695cff2f26bc161f4e7cbfcdf592
Parents: af7055a
Author: Andrew Phillips <an...@apache.org>
Authored: Mon Oct 6 15:11:48 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Mon Oct 6 16:23:19 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/dc0443f4/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index c5e6693..c337938 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -709,6 +709,18 @@
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>2.13</version>
         <!-- configuration and dependencies set via profiles -->
+        <executions>
+          <execution>
+          <id>checkstyle</id>
+          <phase>validate</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+            <configuration>
+              <failOnViolation>true</failOnViolation>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
         <groupId>org.gaul</groupId>
@@ -1072,6 +1084,14 @@
               <failsOnError>true</failsOnError>
               <violationSeverity>warning</violationSeverity>
             </configuration>
+            <executions>
+              <execution>
+                <phase>validate</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
           </plugin>
           <plugin>
             <groupId>org.gaul</groupId>
@@ -1114,6 +1134,14 @@
               <failsOnError>true</failsOnError>
               <violationSeverity>warning</violationSeverity>
             </configuration>
+            <executions>
+              <execution>
+                <phase>validate</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
           </plugin>
           <plugin>
             <groupId>org.gaul</groupId>