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 + + + + + +