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/01/18 07:20:54 UTC

git commit: maven: disable awsapi by default, enable by -P awsapi profile

Updated Branches:
  refs/heads/master b120e1928 -> a0bc5089d


maven: disable awsapi by default, enable by -P awsapi profile

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/a0bc5089
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a0bc5089
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a0bc5089

Branch: refs/heads/master
Commit: a0bc5089d05e71ecc4c76beb3c9c700be20b815c
Parents: b120e19
Author: Rohit Yadav <bh...@apache.org>
Authored: Thu Jan 17 18:40:59 2013 -0800
Committer: Rohit Yadav <bh...@apache.org>
Committed: Thu Jan 17 21:58:22 2013 -0800

----------------------------------------------------------------------
 pom.xml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a0bc5089/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c440a66..e09472f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,6 @@
     <module>utils</module>
     <module>deps/XenServerJava</module>
     <module>plugins</module>
-    <module>awsapi</module>
     <module>patches</module>
     <module>client</module>
     <module>test</module>
@@ -365,6 +364,12 @@
 
   <profiles>
     <profile>
+      <id>awsapi</id>
+      <modules>
+        <module>awsapi</module>
+      </modules>
+    </profile>
+    <profile>
       <id>developer</id>
       <modules>
         <module>developer</module>