From 859b13efb9e8eb11d8c6f675027e562c2f08c43c Mon Sep 17 00:00:00 2001 From: Sebastien Goasguen Date: Tue, 5 Mar 2013 09:36:27 -0500 Subject: [PATCH] Docs: Marvin build typo --- docs/en-US/building-marvin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-US/building-marvin.xml b/docs/en-US/building-marvin.xml index 3dac9d65d60..3332b16d9b1 100644 --- a/docs/en-US/building-marvin.xml +++ b/docs/en-US/building-marvin.xml @@ -25,8 +25,8 @@
Building and Installing Marvin Marvin is built with Maven and is dependent on APIdoc. To build it do the following in the root tree of &PRODUCT;: - mvn -P developer -l :cloud-apidoc - mvn -P developer -l :cloud-marvin + mvn -P developer -pl :cloud-apidoc + mvn -P developer -pl :cloud-marvin If successfull the build will have created the cloudstackAPI Python package under tools/marvin/marvin/cloudstackAPI as well as a gziped Marvin package under tools/marvin dist. To install the Python Marvin module do the following in tools/marvin: sudo python ./setup.py install The dependencies will be downloaded the Python module installed and you should be able to use Marvin in Python. Check that you can import the module before starting to use it.