Do not install openconfig-impl bundle
[bgpcep.git] / bgp / pom.xml
index 2fc1e5b78f207e262fb3ac5e4332471d7fb2e1fa..546db8bc2c9025acfc8371df7464d50b4dffddbd 100644 (file)
         <tag>HEAD</tag>
     </scm>
     <parent>
-        <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>bgpcep-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.8.0-SNAPSHOT</version>
+        <relativePath/>
     </parent>
 
+    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgp-parent</artifactId>
-    <description>BGP-related components</description>
+    <version>0.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <description>BGP-related components</description>
     <name>${project.artifactId}</name>
 
     <modules>
@@ -34,6 +36,8 @@
         <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>topology-provider</module>
         <module>util</module>
         <module>bmp-api</module>
-
+        <module>bmp-spi</module>
+        <module>bmp-impl</module>
+        <module>bmp-mock</module>
+        <module>bmp-parser-impl</module>
         <module>controller-config</module>
-
+        <module>openconfig-api</module>
+        <module>openconfig-spi</module>
+        <module>openconfig-impl</module>
+        <module>path-selection-mode</module>
+        <module>benchmark-app</module>
+        <module>evpn</module>
+        <module>cli</module>
+        <module>peer-acceptor</module>
+        <module>config-loader-spi</module>
+        <module>config-loader-impl</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>