Enable enunciate to produce Neutron Service NB API documentation.
[controller.git] / opendaylight / northbound / networkconfiguration / neutron / pom.xml
index 9a82afbb1a5c028d3771d921e3835e5a25830901..f8342f935c9124568e652356028093cad7b12036 100644 (file)
             <plugin>
                 <groupId>org.codehaus.enunciate</groupId>
                 <artifactId>maven-enunciate-plugin</artifactId>
+                <configuration>
+            <configFile>enunciate.xml</configFile>
+          </configuration>
+          <executions>
+            <execution>
+              <goals>
+                <goal>docs</goal>
+              </goals>
+            </execution>
+          </executions>
             </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>