Enable NetVirt Maven site
[netvirt.git] / vpnservice / neutronvpn / neutronvpn-shell / pom.xml
index 048b249e39d69d10319ee5a5f3500731b3c4ec3f..49e6d65930441db3e8f80b4f00b956c2d544c2ba 100644 (file)
@@ -10,20 +10,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
          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>config-parent</artifactId>
         <version>0.3.0-SNAPSHOT</version>
         <relativePath>../../commons/config-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.opendaylight.vpnservice</groupId>
+    <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>neutronvpn-shell</artifactId>
     <version>${vpnservices.version}</version>
     <packaging>bundle</packaging>
     <dependencies>
         <dependency>
-            <groupId>org.opendaylight.vpnservice</groupId>
+            <groupId>${project.groupId}</groupId>
             <artifactId>neutronvpn-api</artifactId>
             <version>${vpnservices.version}</version>
         </dependency>
@@ -34,4 +34,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         </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>