marvin_refactor: use percached commands.xml for api generation

Signed-off-by: Prasanna Santhanam <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6a260ce3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6a260ce3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6a260ce3

Branch: refs/heads/marvin_refactor
Commit: 6a260ce35508fc1fdcf650b3b83e148f9bdefe2a
Parents: 02b3536
Author: Prasanna Santhanam <[email protected]>
Authored: Tue Sep 3 16:55:06 2013 +0530
Committer: Prasanna Santhanam <[email protected]>
Committed: Thu Oct 31 13:54:21 2013 +0530

----------------------------------------------------------------------
 tools/marvin/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6a260ce3/tools/marvin/pom.xml
----------------------------------------------------------------------
diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml
index d4779a6..2b4f360 100644
--- a/tools/marvin/pom.xml
+++ b/tools/marvin/pom.xml
@@ -57,8 +57,7 @@
               <arguments>
                 <argument>codegenerator.py</argument>
                 <argument>-s</argument>
-                <argument>${basedir}/../apidoc/target/commands.xml</argument>
-                <echo>Generating ${project.artifactId} API classes}</echo>
+                <argument>${basedir}/commands.xml</argument>
               </arguments>
             </configuration>
           </execution>
@@ -112,7 +111,6 @@
                     <argument>-e</argument>
                     <argument>${endpoint}</argument>
                     <argument>-y</argument>
-                    <echo>Generating ${project.artifactId} API classes}</echo>
                   </arguments>
                 </configuration>
               </execution>
@@ -143,6 +141,7 @@
                   <arguments>
                     <argument>install</argument>
                     <argument>--upgrade</argument>
+                    <!-- TODO: Fix Marvin versioning here -->
                     <argument>Marvin-0.1.0.tar.gz</argument>
                   </arguments>
                 </configuration>

Reply via email to