Swagger UI for AD-SAL
[controller.git] / opendaylight / distribution / opendaylight / pom.xml
index 3916e05496ab2a40fc34e2adb71fd53839172ceb..7160acba8173fdf2e4981f84e44d877c8b830ce5 100644 (file)
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>docs</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>swagger-ui</artifactId>
+          <version>0.0.1-SNAPSHOT</version>
+        </dependency>
+      </dependencies>
+    </profile>
   </profiles>
 </project>