Add scaffolding to netbox adaptor
[ccsdk/sli/adaptors.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index bb7d0b5..9f650c0 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
@@ -39,7 +39,9 @@
     <distributionManagement>
         <site>
             <id>sdnc-javadoc</id>
-            <url>dav:https://${onap.nexus.host}/content/sites/site/org/onap/sdnc/adaptors/${project.artifactId}/${project.version}</url>
+            <url>
+                dav:https://${onap.nexus.host}/content/sites/site/org/onap/sdnc/adaptors/${project.artifactId}/${project.version}
+            </url>
         </site>
     </distributionManagement>
 
         <module>aai-service</module>
         <module>ansible-adapter</module>
         <module>saltstack-adapter</module>
+        <module>netbox-client</module>
         <module>mdsal-resource</module>
         <module>resource-assignment</module>
         <module>sql-resource</module>