Skip to content

Commit 9a1c778

Browse files
committed
Docs: Marvin build typo
1 parent 34b37ef commit 9a1c778

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en-US/building-marvin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<section id="building-marvin">
2626
<title>Building and Installing Marvin</title>
2727
<para>Marvin is built with Maven and is dependent on APIdoc. To build it do the following in the root tree of &PRODUCT;:</para>
28-
<programlisting>mvn -P developer -l :cloud-apidoc</programlisting>
29-
<programlisting>mvn -P developer -l :cloud-marvin</programlisting>
28+
<programlisting>mvn -P developer -pl :cloud-apidoc</programlisting>
29+
<programlisting>mvn -P developer -pl :cloud-marvin</programlisting>
3030
<para>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:</para>
3131
<programlisting>sudo python ./setup.py install</programlisting>
3232
<para>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.</para>

0 commit comments

Comments
 (0)