Enable enunciate to produce Neutron Service NB API documentation. 01/2301/2
authorRyan Moats <rmoats@us.ibm.com>
Thu, 31 Oct 2013 15:40:34 +0000 (10:40 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 31 Oct 2013 16:11:30 +0000 (16:11 +0000)
POM lacked full enunciate config to produce documentation

Change-Id: I70bad9d9839f6f33a98e5203fc7a4029e2127e7c
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
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>