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 <[email protected]> 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 <[email protected]> Authored: Wed Oct 31 23:14:54 2012 +0530 Committer: Rohit Yadav <[email protected]> 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>
