Add missing M2E lifecycle mappings metadata
[odlparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7d5df89bc5725cb4579e99b1ff4cdb920eab560c..11f3e77bc1073669d58146218cd2ed9f8ef964f1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,9 +10,9 @@
 
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>odlparent-lite</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
-        <relativePath>odlparent-lite</relativePath>
+        <artifactId>aggregator-parent</artifactId>
+        <version>3.0.0-SNAPSHOT</version>
+        <relativePath>aggregator-parent</relativePath>
     </parent>
 
     <artifactId>odlparent-aggregator</artifactId>
     <modules>
         <!-- odlparent tools -->
         <module>checkstyle</module>
+        <module>findbugs</module>
         <module>license</module>
 
-        <!-- odlparent core -->
-        <module>bundle-parent</module>
-        <module>features-parent</module>
+        <!-- Features test (SFT) -->
+        <module>bundles-test-lib</module>
+        <module>bundles4-test</module>
         <module>features-test</module>
-        <module>features-odlparent</module>
-        <module>features-akka</module>
-        <module>odlparent-artifacts</module>
+
+        <!-- Karaf integration -->
+        <module>karaf</module>
+        <module>karaf-plugin</module>
+        <module>karaf-util</module>
+
+        <!-- Parent POMs -->
+        <module>aggregator-parent</module>
+        <module>bundle-parent</module>
+        <module>untested-single-feature-parent</module>
+        <module>single-feature-parent</module>
+        <module>feature-repo-parent</module>
         <module>odlparent</module>
         <module>odlparent-lite</module>
-        <module>karaf-plugin</module>
-    </modules>
 
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-deploy-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+        <!-- Features -->
+        <module>features</module>
+
+        <!-- Artifacts -->
+        <module>odlparent-artifacts</module>
+
+        <!-- Self-tests -->
+        <module>odlparent-dependency-check</module>
+    </modules>
 
     <profiles>
         <profile>
@@ -71,7 +78,7 @@
                 <plugins>
                     <plugin>
                         <artifactId>maven-javadoc-plugin</artifactId>
-                        <version>2.10.3</version>
+                        <version>3.0.0-M1</version>
                         <inherited>false</inherited>
                         <executions>
                             <execution>