Merge "Drop Felix Gogo"
[openflowplugin.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index aea3a23f60da4ec89f4ed2bb3fbd3a22a2ee3eb3..d33525f7d83f1bb287f8fba830a4627eabba11e6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,18 +1,50 @@
 <?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">
+<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>
+    <parent>
+        <groupId>org.opendaylight.openflowplugin</groupId>
+        <artifactId>openflowplugin-parent</artifactId>
+        <version>0.4.0-SNAPSHOT</version>
+        <relativePath>parent</relativePath>
+    </parent>
+
     <groupId>org.opendaylight.openflowplugin</groupId>
-    <artifactId>openflowplugin-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <artifactId>openflowplugin-aggregator</artifactId>
+    <version>0.4.0-SNAPSHOT</version>
+    <name>openflowplugin</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
+    <scm>
+      <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
+      <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
+      <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
+      <tag>HEAD</tag>
+    </scm>
+
     <modules>
-      <module>commons</module>
-      <module>openflow_netty</module>
+      <module>artifacts</module>
+      <module>parent</module>
+      <module>openflowplugin-api</module>
       <module>openflowplugin</module>
+      <module>openflowplugin-impl</module>
+      <module>openflowplugin-common</module>
+      <module>extension</module>
+      <module>distribution/karaf</module>
+      <module>openflowplugin-controller-config</module>
+      <module>openflowplugin-blueprint-config-he</module>
+      <module>openflowplugin-blueprint-config</module>
+      <!--
       <module>openflowplugin-it</module>
-    </modules>
-
+      -->
+      <module>test-provider</module>
+      <module>drop-test</module>
+      <module>drop-test-karaf</module>
+      <module>test-common</module>
+      <module>features</module>
+      <module>features-he</module>
+      <module>samples/sample-consumer</module>
+      <module>samples/learning-switch</module>
+      <module>applications</module>
+      <module>model</module>
+  </modules>
 </project>
-