FELIX-1467: Add Karaf to top-level build files
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@802861 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 2d6e5ed..fcc2324 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,5 +149,19 @@
</modules>
</profile>
+
+ <profile>
+ <id>packaging-karaf</id>
+ <activation>
+ <property>
+ <name>packaging</name>
+ <value>karaf</value>
+ </property>
+ </activation>
+ <modules>
+ <module>karaf</module>
+ </modules>
+ </profile>
+
</profiles>
</project>