You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/10/03 16:27:50 UTC

[34/50] [abbrv] git commit: Move modernizer from validate to verify phase

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/fix-jclouds-538
Commit: 1f9c4cc2a7c2a8bed97842eff479f39e4d31eb4e
Parents: 2d70087
Author: Andrew Gaul <ga...@apache.org>
Authored: Mon Sep 22 22:02:59 2014 -0700
Committer: Andrew Gaul <ga...@apache.org>
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>