Add karaf distribution build
[lispflowmapping.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8771b1e8ef05e53553b2439d0c6973a2ccf60390..df8a970058498e41cb41a9fc03d794066c430d6e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,13 +1,11 @@
-<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/maven-v4_0_0.xsd">
+<?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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>lispflowmapping-commons</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-    <relativePath>../commons/parent</relativePath>
+    <version>1.1.11-SNAPSHOT</version>
+    <relativePath>commons/parent</relativePath>
   </parent>
 
   <artifactId>lispflowmapping-all</artifactId>
@@ -27,6 +25,9 @@ http://maven.apache.org/maven-v4_0_0.xsd">
     <module>commons/code-parent</module>
     <module>commons/unittest_tools</module>
     <module>mappingservice</module>
+    <module>distribution</module>
+    <module>features</module>
+    <module>distribution-karaf</module>
   </modules>
 
   <build>