From 039b938ecc552aca8f782bb0bda2abb6f8b3b6be Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 31 Oct 2012 23:10:55 +0530 Subject: [PATCH] maven: pom.xml for tools/cli copies marvin to cli/cloudmonkey/ Signed-off-by: Rohit Yadav --- tools/cli/pom.xml | 75 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 tools/cli/pom.xml diff --git a/tools/cli/pom.xml b/tools/cli/pom.xml new file mode 100644 index 00000000000..e7d435bacc9 --- /dev/null +++ b/tools/cli/pom.xml @@ -0,0 +1,75 @@ + + + 4.0.0 + cloud-cli + Apache CloudStack Developer Tools: cloudmonkey cli + pom + + org.apache.cloudstack + cloudstack + 4.1.0-SNAPSHOT + ../../pom.xml + + + + install + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + compile + compile + + exec + + + ${basedir} + cp + + -rv + ${basedir}/../marvin/marvin + ${basedir}/cloudmonkey + + + + + package + compile + + exec + + + ${basedir} + python + + setup.py + sdist + + + + + + + +