Repository: jclouds Updated Branches: refs/heads/master 2d70087bf -> 1f9c4cc2a
Move modernizer from validate to verify phase Validate runs before the compile phase and modernizer requires the compiled class files so running after the compile phase makes more sense. Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/1f9c4cc2 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/1f9c4cc2 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/1f9c4cc2 Branch: refs/heads/master Commit: 1f9c4cc2a7c2a8bed97842eff479f39e4d31eb4e Parents: 2d70087 Author: Andrew Gaul <[email protected]> Authored: Mon Sep 22 22:02:59 2014 -0700 Committer: Andrew Gaul <[email protected]> Committed: Mon Sep 22 22:02:59 2014 -0700 ---------------------------------------------------------------------- project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/1f9c4cc2/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 3a0c19c..524605e 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -722,7 +722,7 @@ <executions> <execution> <id>modernizer</id> - <phase>validate</phase> + <phase>verify</phase> <goals> <goal>modernizer</goal> </goals>
