Add the iPOJO Pom file containing all iPOJO modules.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@579265 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/pom.xml b/ipojo/pom.xml
new file mode 100644
index 0000000..53d3897
--- /dev/null
+++ b/ipojo/pom.xml
@@ -0,0 +1,22 @@
+<project>
+ <parent>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>felix</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <relativePath>../pom/pom.xml</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>ipojo</artifactId>
+ <name>Apache Felix iPOJO</name>
+ <version>0.7.5-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>../ipojo/metadata</module>
+ <module>../ipojo/manipulator</module>
+ <module>../ipojo/plugin</module>
+ <module>../ipojo/core</module>
+ <module>../ipojo/arch</module>
+ <module>../ipojo/ant</module>
+ </modules>
+</project>
\ No newline at end of file