Fix checkstyle warnings in netconf-cli
[controller.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7de8fc4c8cddf4b0440fbc46f9713c041963f063..d1e5494b44cd6409adc99da6b5daf9e6af2bbc4b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,27 +1,80 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <prerequisites>
-    <maven>3.0</maven>
-  </prerequisites>
-  <scm>
-    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
-    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
-    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
-    <tag>HEAD</tag>
-  </scm>
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>commons.parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>opendaylight/commons/parent</relativePath>
   </parent>
-
   <artifactId>releasepom</artifactId>
-  <version>0.1.1-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <prerequisites>
+    <maven>3.0</maven>
+  </prerequisites>
   <modules>
     <module>opendaylight/distribution/opendaylight</module>
+
+    <!-- third-parties uncomment them if you need snapshot version of it -->
+    <!-- <module>third-party/openflowj</module> -->
+    <!-- <module>third-party/net.sf.jung2</module> -->
+    <!-- <module>third-party/jersey-servlet</module> -->
+    <!-- <module>third-party/org.apache.catalina.filters.CorsFilter</module> -->
+
+    <module>third-party/commons/thirdparty</module>
+
+    <!-- md-sal -->
+    <module>opendaylight/md-sal</module>
+    <!-- config -->
+    <module>opendaylight/config</module>
+    <!-- netconf -->
+    <module>opendaylight/netconf</module>
+
+    <!-- adsal -->
+    <module>opendaylight/adsal</module>
+
+    <!--  Neutron -->
+    <module>opendaylight/networkconfiguration/neutron</module>
+    <module>opendaylight/networkconfiguration/neutron/implementation</module>
+    <module>opendaylight/networkconfiguration/neutron/northbound</module>
+
+    <!-- Parents -->
+    <module>opendaylight/commons/concepts</module>
+    <module>opendaylight/commons/protocol-framework</module>
+    <module>opendaylight/commons/checkstyle</module>
+    <module>opendaylight/commons/opendaylight</module>
+    <module>opendaylight/commons/parent</module>
+    <module>opendaylight/commons/logback_settings</module>
+    <module>opendaylight/commons/filter-valve</module>
+    <module>opendaylight/commons/liblldp</module>
+
+    <!-- Karaf Distribution -->
+    <module>opendaylight/karaf-branding</module>
+    <module>opendaylight/distribution/opendaylight-karaf-empty</module>
+    <module>opendaylight/distribution/opendaylight-karaf</module>
+    <module>opendaylight/distribution/opendaylight-karaf-resources</module>
+    <module>features</module>
+
+    <!-- archetypes -->
     <module>opendaylight/archetypes</module>
   </modules>
+  <scm>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+    <tag>HEAD</tag>
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
+  </scm>
+
+  <profiles>
+    <profile>
+      <id>integrationtests</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <modules>
+        <module>opendaylight/distribution/sanitytest/</module>
+      </modules>
+    </profile>
+  </profiles>
 </project>