Revert "Add Karaf build profile"
[lispflowmapping.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b83d0f4295a9a224a596cdb36bb2bfc7430c0514..eb1a37348f902174e592e5ab596a5db4c3aad705 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <module>artifacts</module>
     <module>mappingservice</module>
     <module>features</module>
+    <module>lispflowmapping-karaf</module>
     <!--
     <module>integrationtest</module>
     -->
   </modules>
 
-  <profiles>
-    <profile>
-      <id>karaf</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-
-      <modules>
-        <module>lispflowmapping-karaf</module>
-      </modules>
-    </profile>
-  </profiles>
-
   <build>
     <plugins>
 <!--       <plugin>