openhab-core/pom.xml
2017-09-21 08:18:23 +02:00

80 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.openhab.core</groupId>
<artifactId>pom</artifactId>
<version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>openHAB</name>
<description>This project contains the core components of openHAB</description>
<properties>
<scm.gitBaseUrl>https://github.com/openhab</scm.gitBaseUrl>
</properties>
<organization>
<name>openHAB.org</name>
<url>http://www.openhab.org</url>
</organization>
<licenses>
<license>
<name>Eclipse Public License</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<scm>
<connection>scm:git:${scm.gitBaseUrl}/openhab-core.git</connection>
<developerConnection>scm:git:${scm.gitBaseUrl}/openhab-core.git</developerConnection>
<url>${scm.gitBaseUrl}/openhab-core</url>
</scm>
<issueManagement>
<url>https://github.com/openhab/openhab-core/issues</url>
<system>Github</system>
</issueManagement>
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/openhab/mvn/openhab-core/;publish=1</url>
</repository>
<snapshotRepository>
<id>jfrog</id>
<url>https://openhab.jfrog.io/openhab/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
<modules>
<module>poms</module>
<module>poms/tycho</module>
<module>bundles</module>
<module>features</module>
<module>targetplatform</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.itemis.maven.plugins</groupId>
<artifactId>unleash-maven-plugin</artifactId>
<version>2.6.0</version>
<dependencies>
<dependency>
<groupId>com.itemis.maven.plugins</groupId>
<artifactId>unleash-scm-provider-git</artifactId>
<version>2.1.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>