openhab-core/bundles/pom.xml
VelinYordanov 0cbb237e7b Changed the poms hierarchy (#225)
Signed-off-by: VelinYordanov <velin.iordanov@gmail.com>
2017-12-10 01:04:42 +01:00

35 lines
1.2 KiB
XML

<?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">
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<name>openHAB Bundles</name>
<packaging>pom</packaging>
<modules>
<module>org.openhab.core</module>
<module>org.openhab.core.compat1x</module>
<module>org.openhab.core.compat1x.test</module>
<module>org.openhab.core.karaf</module>
<module>org.openhab.io.jetty.certificate</module>
<module>org.openhab.io.rest.docs</module>
<module>org.openhab.io.sound</module>
<module>org.openhab.ui.dashboard</module>
<module>org.openhab.ui.basicui</module>
<module>org.openhab.ui.classicui</module>
<module>org.openhab.ui.homebuilder</module>
<module>org.openhab.ui.paperui</module>
</modules>
</project>