Repository: jclouds
Updated Branches:
  refs/heads/try-old-checkstyle 53fc56874 -> 513238762


Revert "Upgrade to Maven Checkstyle Plugin 2.13"

This reverts commit 5bac61d94b93ee4bea332579831cffc67156d8d5.

Conflicts:

        project/pom.xml


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

Branch: refs/heads/try-old-checkstyle
Commit: 51323876245da0f058ccc3bfc4cfa2eec58a7e86
Parents: 53fc568
Author: Andrew Phillips <[email protected]>
Authored: Mon Oct 6 22:04:17 2014 -0400
Committer: Andrew Phillips <[email protected]>
Committed: Mon Oct 6 22:04:17 2014 -0400

----------------------------------------------------------------------
 project/pom.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/51323876/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index c337938..381c3c7 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -707,19 +707,16 @@
       </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.13</version>
+        <version>2.12.1</version>
         <!-- configuration and dependencies set via profiles -->
         <executions>
           <execution>
-          <id>checkstyle</id>
-          <phase>validate</phase>
+            <id>checkstyle</id>
+            <phase>validate</phase>
             <goals>
               <goal>check</goal>
             </goals>
-            <configuration>
-              <failOnViolation>true</failOnViolation>
-            </configuration>
-          </execution>
+            </execution>
         </executions>
       </plugin>
       <plugin>

Reply via email to