OpenStack Networking SFC Flow classifier translator
[netvirt.git] / vpnservice / pom.xml
index be66b59f8abdc35792aed6dcbce202572c291a7e..e83b68eb1ffc4e3e15bee061fb3ed81d2937d88b 100644 (file)
@@ -5,6 +5,11 @@ This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 --><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.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
+  </parent>
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>vpnservice</artifactId>
   <version>0.3.0-SNAPSHOT</version>
@@ -24,12 +29,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <module>bgpmanager</module>
     <module>neutronvpn</module>
     <module>dhcpservice</module>
+    <module>cloud-servicechain</module>
     <module>natservice</module>
+    <module>aclservice</module>
+    <module>ipv6service</module>
     <module>distribution/karaf</module>
     <module>features</module>
     <module>vpnservice-artifacts</module>
-    <module>fcapsmanager</module>
-    <module>fcapsapplication</module>
+    <module>statemanager</module>
   </modules>
 
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
@@ -57,4 +64,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <url>https://wiki.opendaylight.org/view/NetVirt</url>
     <tag>HEAD</tag>
   </scm>
-</project>
\ No newline at end of file
+
+  <!--
+      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>