From d1af01fbc8e06950abe8452dfab889311e7e56aa Mon Sep 17 00:00:00 2001 From: Edison Su Date: Sat, 20 Oct 2012 22:24:00 -0700 Subject: [PATCH] add marvin project --- pom.xml | 3 +- tools/marvin/pom.xml | 69 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 tools/marvin/pom.xml diff --git a/pom.xml b/pom.xml index d620b681020..2c7f3f1f95e 100644 --- a/pom.xml +++ b/pom.xml @@ -159,8 +159,9 @@ patches client test - tools/devcloud tools/apidoc + tools/devcloud + tools/marvin diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml new file mode 100644 index 00000000000..5b5bf576a4d --- /dev/null +++ b/tools/marvin/pom.xml @@ -0,0 +1,69 @@ + + + 4.0.0 + cloud-marvin + Apache CloudStack Developer Tools: marvin + pom + + org.apache.cloudstack + cloudstack + 4.1.0-SNAPSHOT + ../../pom.xml + + + + install + + + maven-antrun-plugin + 1.7 + + + generate-resource + generate-resources + + run + + + + + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + install + + exec + + + + + marvin + python + + codegenerator.py + -s + ${basedir}/../apidoc/target/commands.xml + + + + + +