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

git commit: refs/heads/4.1 - maven: don't use process-test-resources lifecycles, target are skipped if test are

Updated Branches:
  refs/heads/4.1 f65ba4fd9 -> 0364a4a34


maven: don't use process-test-resources lifecycles, target are skipped if test are

Signed-off-by: Rohit Yadav <bh...@apache.org>
(cherry picked from commit 733ec50d46bf934fe0e83771029d2c5845cd9a97)

Signed-off-by: Rohit Yadav <bh...@apache.org>


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

Branch: refs/heads/4.1
Commit: 0364a4a34e96e5c364f5425b70b42981f9f22882
Parents: f65ba4f
Author: Rohit Yadav <bh...@apache.org>
Authored: Tue Feb 12 12:17:25 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Tue Feb 12 12:18:54 2013 +0530

----------------------------------------------------------------------
 developer/pom.xml          |    4 ++--
 tools/devcloud-kvm/pom.xml |    2 +-
 tools/devcloud/pom.xml     |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0364a4a3/developer/pom.xml
----------------------------------------------------------------------
diff --git a/developer/pom.xml b/developer/pom.xml
index dba7b38..79b2466 100644
--- a/developer/pom.xml
+++ b/developer/pom.xml
@@ -130,7 +130,7 @@
             </dependencies>
             <executions>
               <execution>
-                <phase>process-test-resources</phase>
+                <phase>process-resources</phase>
                 <id>create-schema</id>
                 <goals>
                   <goal>java</goal>
@@ -259,7 +259,7 @@
             </dependencies>
             <executions>
               <execution>
-                <phase>process-test-resources</phase>
+                <phase>process-resources</phase>
                 <id>create-schema</id>
                 <goals>
                   <goal>java</goal>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0364a4a3/tools/devcloud-kvm/pom.xml
----------------------------------------------------------------------
diff --git a/tools/devcloud-kvm/pom.xml b/tools/devcloud-kvm/pom.xml
index f29e837..e90a257 100644
--- a/tools/devcloud-kvm/pom.xml
+++ b/tools/devcloud-kvm/pom.xml
@@ -94,7 +94,7 @@
             <executions>
               <execution>
                 <id>create-schema</id>
-                <phase>process-test-resources</phase>
+                <phase>process-resources</phase>
                 <goals>
                   <goal>execute</goal>
                 </goals>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0364a4a3/tools/devcloud/pom.xml
----------------------------------------------------------------------
diff --git a/tools/devcloud/pom.xml b/tools/devcloud/pom.xml
index 8a7a7ca..cbf93a4 100644
--- a/tools/devcloud/pom.xml
+++ b/tools/devcloud/pom.xml
@@ -94,7 +94,7 @@
             <executions>
               <execution>
                 <id>create-schema</id>
-                <phase>process-test-resources</phase>
+                <phase>process-resources</phase>
                 <goals>
                   <goal>execute</goal>
                 </goals>