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:51 UTC

[35/50] [abbrv] git commit: Unhook modernizer from verify phase

Unhook modernizer from verify phase

modernizer erroneously requires Maven 3.0.5 but BuildHive is confused
about this version since jclouds does not specify it.


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

Branch: refs/heads/fix-jclouds-538
Commit: 0d67da75e9295742d44e041489206c9f79472e9d
Parents: 1f9c4cc
Author: Andrew Gaul <ga...@apache.org>
Authored: Mon Sep 22 22:20:36 2014 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Mon Sep 22 22:29:44 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/0d67da75/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>