blob: 664b277ef10c28217fed1fab69f97f0efa0f35f6 [file] [log] [blame]
<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.apache.felix</groupId>
<artifactId>org.apache.felix.fileinstall.plugins.reactor</artifactId>
<name>Apache Felix File Install Plugin Reactor</name>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>resolver</module>
<module>installer</module>
<module>installer.test</module>
</modules>
</project>