Reuse child NodeIdentifier
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d904784e65e4b011db4fa704c6f75606d0ac7144..57b44f818e31c516312eab5de44d1ef684f56bc8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </scm>
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>commons.parent</artifactId>
-        <version>0.4.0-SNAPSHOT</version>
-        <relativePath>commons/parent</relativePath>
+        <artifactId>bgpcep-parent</artifactId>
+        <version>0.5.0-SNAPSHOT</version>
+        <relativePath>parent</relativePath>
     </parent>
 
-    <artifactId>releasepom</artifactId>
+    <artifactId>bgpcep-aggregator</artifactId>
     <packaging>pom</packaging>
     <name>bgpcep</name> <!-- Used by Sonar to set project name -->
-    <description>BGPCEP top-level pom</description>
+    <description>BGPCEP top-level aggregator</description>
 
     <modules>
+        <!-- Well-known -->
+        <module>artifacts</module>
+        <module>features</module>
+        <module>parent</module>
+
         <!-- Common infra -->
         <module>concepts</module>
         <module>util</module>
         <module>data-change-counter</module>
         <module>data-change-counter-controller-config</module>
 
-        <!-- Parents -->
-        <module>commons/parent</module>
-
     </modules>
 
     <build>
         <plugins>
+            <plugin>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                     </reportSet>
                 </reportSets>
             </plugin-->
-            <!--plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>2.4.0</version>
-                <configuration>
-                    <effort>Max</effort>
-                    <threshold>Low</threshold>
-                    <goal>site</goal>
-                </configuration>
-            </plugin-->
         </plugins>
     </reporting>