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 2012/10/31 18:50:13 UTC

[1/6] git commit: maven: include tools/cli in top level pom

Updated Branches:
  refs/heads/master 1c0e2cf3f -> 23659684e


maven: include tools/cli in top level pom

For developer profile include tools/cli in top level pom

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

Branch: refs/heads/master
Commit: 23659684e8fcf1a9f848ab44b9ccf76a286f8047
Parents: b38cf80
Author: Rohit Yadav <bh...@apache.org>
Authored: Wed Oct 31 23:14:54 2012 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Wed Oct 31 23:19:24 2012 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/23659684/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fe1064c..4b563b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,9 +341,10 @@
       <id>developer</id>
       <modules>
         <module>developer</module>
-	    <module>tools/apidoc</module>
-	    <module>tools/devcloud</module>
-	    <module>tools/marvin</module>
+        <module>tools/apidoc</module>
+        <module>tools/devcloud</module>
+        <module>tools/marvin</module>
+        <module>tools/cli</module>
       </modules>
     </profile>
     <profile>