Skip to content

Commit eb40d23

Browse files
author
Prasanna Santhanam
committed
apidoc: fixing the api doc failure
remove api-discovery_commands.properties since the plugin returns the listApis call as a map directly. not needed for api doc generation. Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent 106730c commit eb40d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/apidoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<argument>${client.config.jars}</argument>
5858
<argument>./target</argument>
5959
<argument>-f</argument>
60-
<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,${client.config.conf}/api-discovery_commands.properties </argument>
60+
<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>
6161
</arguments>
6262
</configuration>
6363
</execution>

0 commit comments

Comments
 (0)