ODLPARENT-146: disable NP_NONNULL_PARAM_VIOLATION
[odlparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e20b5d8acfe4f386135e855b9db156134bb5dfc1..965f046877e59af2369ea6e37347f66f4eb5b8be 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,9 +10,9 @@
 
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>aggregator-parent</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
-        <relativePath>aggregator-parent</relativePath>
+        <artifactId>odlparent-lite</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+        <relativePath>odlparent-lite</relativePath>
     </parent>
 
     <artifactId>odlparent-aggregator</artifactId>
         <url>https://wiki.opendaylight.org/view/ODL_Root_Parent:Main</url>
     </scm>
 
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <modules>
         <!-- odlparent tools -->
         <module>checkstyle</module>
         <module>findbugs</module>
+        <module>spotbugs</module>
         <module>license</module>
 
         <!-- Features test (SFT) -->
@@ -43,7 +49,6 @@
         <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>