diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml index 5b5bf576a4d..51c70cd92b8 100644 --- a/tools/marvin/pom.xml +++ b/tools/marvin/pom.xml @@ -9,61 +9,92 @@ OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - 4.0.0 - cloud-marvin - Apache CloudStack Developer Tools: marvin - pom - - org.apache.cloudstack - cloudstack - 4.1.0-SNAPSHOT - ../../pom.xml - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 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 - - - + + install + + + maven-antrun-plugin + 1.7 + + + generate-resource + generate-resources + + run + + + + + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + compile + compile + + exec + + + marvin + python + + codegenerator.py + -s + ${basedir}/../apidoc/target/commands.xml + + + + + package + package + + exec + + + ${exec.workingdir} + python + + setup.py + sdist + + + + + deploy + deploy + + exec + + + dist + pip + + install + Marvin-0.1.0.tar.gz + + + + + - +