Repository: jclouds
Updated Branches:
  refs/heads/master 0d67da75e -> bc4b89feb


Revert "Unhook modernizer from verify phase"

This reverts commit 0d67da75e9295742d44e041489206c9f79472e9d.


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

Branch: refs/heads/master
Commit: bc4b89feb153fa3cff3bb89259c5ae1629970ba2
Parents: 0d67da7
Author: Andrew Gaul <[email protected]>
Authored: Tue Sep 23 11:29:25 2014 -0700
Committer: Andrew Gaul <[email protected]>
Committed: Tue Sep 23 11:29:25 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/bc4b89fe/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index f765537..524605e 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -719,6 +719,15 @@
         <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>

Reply via email to