Enable NetVirt Maven site
[netvirt.git] / vpnservice / dhcpservice / dhcpservice-api / pom.xml
index e61c15c43fe285cd385742b8815cb6a85b172d36..7b1ea65da5eea3f1f827e48fc2af9b22f673146f 100644 (file)
@@ -8,14 +8,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
 <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/xsd/maven-4.0.0.xsd">
   <parent>
-    <groupId>org.opendaylight.vpnservice</groupId>
+    <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>binding-parent</artifactId>
     <version>0.3.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.opendaylight.vpnservice</groupId>
+  <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>dhcpservice-api</artifactId>
   <version>${vpnservices.version}</version>
   <packaging>bundle</packaging>
@@ -33,9 +33,25 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>iana-if-type-2014-05-08</artifactId>
     </dependency>
     <dependency>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.opendaylight.genius</groupId>
       <artifactId>mdsalutil-api</artifactId>
-      <version>${vpnservices.version}</version>
+      <version>${genius.version}</version>
     </dependency>
   </dependencies>
+
+  <!--
+      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>