Enable NetVirt Maven site
[netvirt.git] / vpnservice / features / pom.xml
index dff7cecd96dccbdcfce70a34d7fdb78fc6974cfc..50be287e8c5f653b702e4dc0547cbda2d0bb9f32 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <version>1.7.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
-  <groupId>org.opendaylight.vpnservice</groupId>
+  <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>vpnservice-features</artifactId>
   <version>0.3.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
@@ -30,20 +30,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <ovsdb.version>1.3.0-SNAPSHOT</ovsdb.version>
     <liblldp.version>0.11.0-SNAPSHOT</liblldp.version>
     <neutron.version>0.7.0-SNAPSHOT</neutron.version>
-    <nic.version>1.2.0-SNAPSHOT</nic.version>
-    <arputil.version>${vpnservices.version}</arputil.version>
-    <mdsalutil.version>${vpnservices.version}</mdsalutil.version>
+    <genius.version>0.1.0-SNAPSHOT</genius.version>
+    <arputil.version>${genius.version}</arputil.version>
+    <mdsalutil.version>${genius.version}</mdsalutil.version>
     <vpnmanager.version>${vpnservices.version}</vpnmanager.version>
-    <interfacemgr.version>${vpnservices.version}</interfacemgr.version>
+    <interfacemgr.version>${genius.version}</interfacemgr.version>
     <elanmgr.version>${vpnservices.version}</elanmgr.version>
     <nexthopmgr.version>${vpnservices.version}</nexthopmgr.version>
     <fibmanager.version>${vpnservices.version}</fibmanager.version>
-    <lockmanager.version>${vpnservices.version}</lockmanager.version>
-    <idmanager.version>${vpnservices.version}</idmanager.version>
-    <itm.version>${vpnservices.version}</itm.version>
+    <lockmanager.version>${genius.version}</lockmanager.version>
+    <idmanager.version>${genius.version}</idmanager.version>
+    <itm.version>${genius.version}</itm.version>
     <neutronvpn.version>${vpnservices.version}</neutronvpn.version>
-    <fcaps.manager.version>${vpnservices.version}</fcaps.manager.version>
-    <fcaps.app.version>${vpnservices.version}</fcaps.app.version>
   </properties>
   <dependencyManagement>
     <dependencies>
@@ -89,14 +87,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.nic</groupId>
-      <artifactId>features-nic</artifactId>
-      <classifier>features</classifier>
-      <version>${nic.version}</version>
-      <type>xml</type>
-      <scope>runtime</scope>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>southbound-features</artifactId>
@@ -137,6 +127,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.genius</groupId>
+      <artifactId>genius-features</artifactId>
+      <version>${genius.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.neutron</groupId>
       <artifactId>dummyprovider</artifactId>
@@ -155,58 +153,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <type>xml</type>
     </dependency>
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>mdsalutil-impl</artifactId>
-      <version>${mdsalutil.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>arputil-api</artifactId>
-      <version>${arputil.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>arputil-impl</artifactId>
-      <version>${arputil.version}</version>
-      <classifier>config</classifier>
-      <type>xml</type>
-    </dependency>
-     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>arputil-impl</artifactId>
-      <version>${arputil.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>mdsalutil-impl</artifactId>
-      <version>${mdsalutil.version}</version>
-      <classifier>config</classifier>
-      <type>xml</type>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>mdsalutil-api</artifactId>
-      <version>${mdsalutil.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>interfacemgr-impl</artifactId>
-      <version>${interfacemgr.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>interfacemgr-impl</artifactId>
-      <version>${interfacemgr.version}</version>
-      <classifier>config</classifier>
-      <type>xml</type>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>interfacemgr-api</artifactId>
-      <version>${interfacemgr.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.opendaylight.genius</groupId>
       <artifactId>interfacemgr-shell</artifactId>
       <version>${interfacemgr.version}</version>
     </dependency>
@@ -233,21 +180,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         <version>${liblldp.version}</version>
     </dependency>
     <dependency>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.opendaylight.genius</groupId>
       <artifactId>alivenessmonitor-impl</artifactId>
-      <version>${vpnservices.version}</version>
+      <version>${genius.version}</version>
     </dependency>
     <dependency>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.opendaylight.genius</groupId>
       <artifactId>alivenessmonitor-impl</artifactId>
-      <version>${vpnservices.version}</version>
+      <version>${genius.version}</version>
       <classifier>config</classifier>
       <type>xml</type>
     </dependency>
     <dependency>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.opendaylight.genius</groupId>
       <artifactId>alivenessmonitor-api</artifactId>
-      <version>${vpnservices.version}</version>
+      <version>${genius.version}</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
@@ -298,57 +245,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>fibmanager-api</artifactId>
       <version>${fibmanager.version}</version>
     </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>lockmanager-impl</artifactId>
-      <version>${lockmanager.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>lockmanager-impl</artifactId>
-      <version>${lockmanager.version}</version>
-      <classifier>config</classifier>
-      <type>xml</type>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>lockmanager-api</artifactId>
-      <version>${lockmanager.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>idmanager-impl</artifactId>
-      <version>${idmanager.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>idmanager-impl</artifactId>
-      <version>${idmanager.version}</version>
-      <classifier>config</classifier>
-      <type>xml</type>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>idmanager-api</artifactId>
-      <version>${idmanager.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>itm-impl</artifactId>
-      <version>${itm.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>itm-impl</artifactId>
-      <version>${itm.version}</version>
-      <classifier>config</classifier>
-      <type>xml</type>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>itm-api</artifactId>
-      <version>${itm.version}</version>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>dhcpservice-impl</artifactId>
@@ -422,47 +318,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <groupId>commons-net</groupId>
       <artifactId>commons-net</artifactId>
     </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>vpnintent-api</artifactId>
-      <version>${vpnservices.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>vpnintent-impl</artifactId>
-      <version>${vpnservices.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>vpnintent-impl</artifactId>
-      <version>${vpnservices.version}</version>
-      <classifier>config</classifier>
-      <type>xml</type>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>alarmmanager</artifactId>
-      <version>${fcaps.manager.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>countermanager</artifactId>
-      <version>${fcaps.manager.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>fcaps-api</artifactId>
-      <version>${fcaps.manager.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>fcapsapplication-jmxapi</artifactId>
-      <version>${fcaps.app.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>fcapsapplication-impl</artifactId>
-      <version>${fcaps.app.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>