Enable NetVirt Maven site
[netvirt.git] / utils / netvirt-it-utils / pom.xml
index 59b7c002d6591167e1668ff808bb39691927329e..38009b356436d10aaa6a33a73c26ee0e50be7711 100644 (file)
@@ -44,9 +44,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <artifactId>utils.mdsal-utils</artifactId>
           <version>${project.version}</version>
       </dependency>
+      <dependency>
+          <groupId>${project.groupId}</groupId>
+          <artifactId>utils.neutron-utils</artifactId>
+          <version>${project.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.opendaylight.ovsdb</groupId>
-          <artifactId>utils.mdsal-utils</artifactId>
+        <artifactId>utils.mdsal-utils</artifactId>
         <version>${ovsdb.version}</version>
       </dependency>
       <dependency>
@@ -98,4 +103,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       </plugin>
     </plugins>
   </build>
+
+    <!--
+        Maven Site Configuration
+
+        The following configuration is necessary for maven-site-plugin to
+        correctly identify the correct deployment path for OpenDaylight Maven
+        sites.
+    -->
+    <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
+
+    <distributionManagement>
+        <site>
+            <id>opendaylight-site</id>
+            <url>${nexus.site.url}/${project.artifactId}/</url>
+        </site>
+    </distributionManagement>
 </project>