added parent pom for all plugin projects 81/2081/1
authorMichal Rehak <mirehak@cisco.com>
Tue, 22 Oct 2013 16:18:13 +0000 (18:18 +0200)
committerMichal Rehak <mirehak@cisco.com>
Tue, 22 Oct 2013 16:18:13 +0000 (18:18 +0200)
Change-Id: Ie9866da412a86fe683cd7a4c54d6d81e99e864d9
Signed-off-by: Michal Rehak <mirehak@cisco.com>
pom.xml [new file with mode: 0644]

diff --git a/pom.xml b/pom.xml
new file mode 100644 (file)
index 0000000..8bfc72f
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,17 @@
+<?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>
+    <groupId>org.opendaylight.openflowplugin</groupId>
+    <artifactId>openflowplugin-parent</artifactId>
+    <version>0.1-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <modules>
+      <module>commons</module>
+      <module>openflow_netty</module>
+      <module>openflowplugin</module>
+      <module>openflowplugin-it</module>
+    </modules>
+</project>
+