Inherit from openHAB Super POM (#73)

Signed-off-by: Patrick Fink <mail@pfink.de>
pull/129/head
Patrick Fink 2019-05-29 08:30:42 +02:00 committed by Kai Kreuzer
parent bbf8724abb
commit ad14f0e582
1 changed files with 8 additions and 69 deletions

77
pom.xml
View File

@ -3,6 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openhab</groupId>
<artifactId>openhab-super-pom</artifactId>
<version>[1.0, 2.0)</version>
</parent>
<groupId>org.openhab.ui</groupId>
<artifactId>org.openhab.ui.reactor</artifactId>
<version>2.5.0-SNAPSHOT</version>
@ -39,11 +45,11 @@
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/openhab/mvn/openhab2-addons/;publish=1</url>
<url>${oh.repo.distBaseUrl}/openhab2-addons/;publish=1</url>
</repository>
<snapshotRepository>
<id>jfrog</id>
<url>https://openhab.jfrog.io/openhab/libs-snapshot-local</url>
<url>${oh.repo.snapshotBaseUrl}/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
@ -60,45 +66,6 @@
<sat.version>0.6.1</sat.version>
</properties>
<repositories>
<repository>
<id>jcenter</id>
<name>JCenter Repository</name>
<url>https://jcenter.bintray.com</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>openhab-artifactory-release</id>
<name>JFrog Artifactory Repository</name>
<url>https://openhab.jfrog.io/openhab/libs-release</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jcenter</id>
<url>https://jcenter.bintray.com</url>
</pluginRepository>
<pluginRepository>
<id>openhab-artifactory-release</id>
<url>https://openhab.jfrog.io/openhab/libs-release</url>
</pluginRepository>
</pluginRepositories>
<build>
<resources>
<resource>
@ -297,12 +264,6 @@ Import-Package: \\
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
@ -548,28 +509,6 @@ Import-Package: \\
</plugins>
</build>
</profile>
<profile>
<id>openhab-snapshot-repository</id>
<activation>
<property>
<name>!noOhSnapRepo</name>
</property>
</activation>
<repositories>
<repository>
<id>openhab-artifactory-snapshot</id>
<name>JFrog Artifactory Repository</name>
<url>https://openhab.jfrog.io/openhab/libs-snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
<modules>