Repository: jclouds Updated Branches: refs/heads/master bc4b89feb -> 2c790c897
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/master Commit: 2c790c897e91404704a3b29f37517ba60e776e66 Parents: bc4b89f Author: Andrew Gaul <[email protected]> Authored: Tue Sep 23 13:08:24 2014 -0700 Committer: Andrew Gaul <[email protected]> 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>
