Repository: jclouds Updated Branches: refs/heads/master 1f9c4cc2a -> 0d67da75e
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/master Commit: 0d67da75e9295742d44e041489206c9f79472e9d Parents: 1f9c4cc Author: Andrew Gaul <[email protected]> Authored: Mon Sep 22 22:20:36 2014 -0700 Committer: Andrew Gaul <[email protected]> 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>
