Remove deploy-site.xml
[odlparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f0fa12f0c3ae2c49e91b8a82081d47b9d164d8e8..d2ad62aae0d8f392d9e87c6c09af9522a7091dbe 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,9 +10,9 @@
 
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>odlparent-lite</artifactId>
-        <version>1.8.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>
         <module>checkstyle</module>
         <module>findbugs</module>
         <module>license</module>
+
+        <module>bundles-test-lib</module>
+        <module>bundles4-test</module>
         <module>features-test</module>
 
         <!-- Karaf integration -->
         <module>karaf</module>
         <module>karaf-plugin</module>
-        <module>karaf4-plugin</module>
+        <module>karaf-util</module>
 
         <!-- Parent POMs -->
+        <module>aggregator-parent</module>
         <module>bundle-parent</module>
-        <module>features-parent</module>
+        <module>untested-single-feature-parent</module>
         <module>single-feature-parent</module>
         <module>feature-repo-parent</module>
         <module>odlparent</module>
         <module>odlparent-artifacts</module>
     </modules>
 
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-deploy-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
     <profiles>
         <profile>
             <!--