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/07 04:45:11 UTC

git commit: Cleaning up formatting in project POM

Repository: jclouds
Updated Branches:
  refs/heads/master 53fc56874 -> 8f64133c2


Cleaning up formatting in project POM


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

Branch: refs/heads/master
Commit: 8f64133c2c8a1d96a954c8f75a56ed521b4ebadf
Parents: 53fc568
Author: Andrew Phillips <an...@apache.org>
Authored: Mon Oct 6 22:44:10 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Mon Oct 6 22:44:10 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/8f64133c/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index c337938..6a8d82e 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -711,14 +711,11 @@
         <!-- 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>
         </executions>
       </plugin>