Enable NetVirt Maven site
[netvirt.git] / ovsdb-ui / bundle / pom.xml
index 1c7ed0bae96be932d3bb01752cce26629dcd32a2..925890645aa0704e342e233fba6579c6068662fc 100644 (file)
@@ -11,13 +11,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.0-SNAPSHOT</version>
+      <version>1.7.0-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
-    <groupId>org.opendaylight.ovsdb</groupId>
+    <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>ovsdb-ui-bundle</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
     <licenses>
@@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         </license>
     </licenses>
     <scm>
-        <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
-        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
+        <connection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</developerConnection>
         <tag>HEAD</tag>
         <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
     </scm>
 
     <properties>
-      <dlux.version>0.3.0-SNAPSHOT</dlux.version>
+      <dlux.version>0.4.0-SNAPSHOT</dlux.version>
     </properties>
 
     <dependencies>
@@ -44,7 +44,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <version>${dlux.version}</version>
         </dependency>
         <dependency>
-          <groupId>org.opendaylight.ovsdb</groupId>
+          <groupId>org.opendaylight.netvirt</groupId>
           <artifactId>ovsdb-ui-module</artifactId>
           <version>${project.version}</version>
         </dependency>
@@ -72,7 +72,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                 <configuration>
                <artifactItems>
                    <artifactItem>
-                      <groupId>org.opendaylight.ovsdb</groupId>
+                      <groupId>org.opendaylight.netvirt</groupId>
                       <artifactId>ovsdb-ui-module</artifactId>
                       <version>${project.version}</version>
                       <overWrite>true</overWrite>
@@ -103,4 +103,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         </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>