mirror of https://github.com/apache/cloudstack.git
apidocs: remove whitespace while passing commands.in for apidocs
Due to whitespaces, apidocs was not able to process and generate commands.xml with APIs listed in ext and virtualrouter .in files. This in turn affects marvin code generation of cloudstackAPI and cloudmonkey. Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
fda31ab4b7
commit
086b2e15af
|
|
@ -57,7 +57,7 @@
|
|||
<argument>${client.config.jars}</argument>
|
||||
<argument>./target</argument>
|
||||
<argument>-f</argument>
|
||||
<argument>${client.config.conf}/commands.properties, ${client.config.conf}/commands-ext.properties,${client.config.conf}/virtualrouter_commands.properties, ${client.config.conf}/nicira-nvp_commands.properties </argument>
|
||||
<argument>${client.config.conf}/commands.properties,${client.config.conf}/commands-ext.properties,${client.config.conf}/virtualrouter_commands.properties,${client.config.conf}/nicira-nvp_commands.properties </argument>
|
||||
</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
|
|||
Loading…
Reference in New Issue