Revert "Revert "Revert "Unhook modernizer from verify phase"""

This reverts commit 2c790c897e91404704a3b29f37517ba60e776e66.  We
originally unhooked modernizer in a misguided attempt to address
Checkstyle configuration issues fixed by:
80d51f409aa36f1a5505214eb4ac6e1128213c92.


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

Branch: refs/heads/use-agentproxy-008
Commit: 1788ad7d5857d69506e802fcb55a2823bb7e73c0
Parents: b649755
Author: Andrew Gaul <[email protected]>
Authored: Fri Oct 3 13:40:37 2014 -0700
Committer: Andrew Gaul <[email protected]>
Committed: Fri Oct 3 13:46:13 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/1788ad7d/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 9325981..4aba813 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -707,6 +707,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