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/03 16:27:53 UTC

[37/50] [abbrv] git commit: Revert "Revert "Unhook modernizer from verify phase""

Revert "Revert "Unhook modernizer from verify phase""

This reverts commit bc4b89feb153fa3cff3bb89259c5ae1629970ba2.


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

Branch: refs/heads/fix-jclouds-538
Commit: 2c790c897e91404704a3b29f37517ba60e776e66
Parents: bc4b89f
Author: Andrew Gaul <ga...@apache.org>
Authored: Tue Sep 23 13:08:24 2014 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Tue Sep 23 13:10:58 2014 -0700

----------------------------------------------------------------------
 project/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/2c790c89/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 524605e..f765537 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -719,15 +719,6 @@
         <groupId>org.gaul</groupId>
         <artifactId>modernizer-maven-plugin</artifactId>
         <version>1.1.0</version>
-        <executions>
-          <execution>
-            <id>modernizer</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>modernizer</goal>
-            </goals>
-          </execution>
-        </executions>
         <configuration>
           <javaVersion>1.7</javaVersion>
           <exclusionsFile>resources/modernizer_exclusions.txt</exclusionsFile>