You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/12/13 02:05:23 UTC

git commit: updated refs/heads/master to affe7ef

Updated Branches:
  refs/heads/master f1eadc09e -> affe7efc8


Have the check happen earlier


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

Branch: refs/heads/master
Commit: affe7efc82c1609af4c56279027cc625bb5c4644
Parents: f1eadc0
Author: Alex Huang <al...@citrix.com>
Authored: Thu Dec 12 17:05:24 2013 -0800
Committer: Alex Huang <al...@citrix.com>
Committed: Thu Dec 12 17:05:24 2013 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/affe7efc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 31966d6..f975bb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -460,7 +460,7 @@
 		<inherited>false</inherited>
         <executions>
           <execution>
-            <phase>install</phase>
+            <phase>validate</phase>
             <goals>
               <goal>check</goal>
             </goals>