Fix VrfImportRoute ext com registration
[bgpcep.git] / bgp / pom.xml
index ab9390ab2bf55959c867177c2894b148b7c820dc..88087076cb26ba4c6dd596b2d4642bdc20ff3bd6 100644 (file)
@@ -8,7 +8,8 @@
  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">
+<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">
 
     <modelVersion>4.0.0</modelVersion>
     <scm>
         <tag>HEAD</tag>
     </scm>
     <parent>
-        <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>3.1.0</version>
+        <relativePath/>
     </parent>
 
+    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgp-parent</artifactId>
-    <description>BGP-related components</description>
+    <version>0.10.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <description>BGP-related components</description>
     <name>${project.artifactId}</name>
 
     <modules>
+        <module>bgp-artifacts</module>
         <module>concepts</module>
-        <module>inet</module>
-        <module>linkstate</module>
-        <module>flowspec</module>
-        <module>l3vpn</module>
-        <module>labeled-unicast</module>
         <module>parser-api</module>
         <module>parser-spi</module>
         <module>parser-impl</module>
         <module>testtool</module>
         <module>topology-provider</module>
         <module>util</module>
-        <module>bmp-api</module>
-        <module>bmp-spi</module>
-        <module>bmp-impl</module>
-        <module>bmp-mock</module>
-        <module>controller-config</module>
+        <module>config-example</module>
         <module>openconfig-api</module>
         <module>openconfig-spi</module>
-        <module>openconfig-impl</module>
         <module>path-selection-mode</module>
         <module>benchmark-app</module>
+        <module>cli</module>
+        <module>peer-acceptor</module>
+        <module>openconfig-state</module>
+        <module>openconfig-rp-spi</module>
+        <module>openconfig-rp-impl</module>
+        <module>openconfig-rp-statement</module>
+        <!--Extensions-->
+        <module>inet</module>
+        <module>linkstate</module>
+        <module>flowspec</module>
+        <module>l3vpn</module>
+        <module>labeled-unicast</module>
         <module>evpn</module>
+        <module>mvpn</module>
     </modules>
-
-  <!--
-      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>