Delete pom.xml

this is outdated and has been moved to openhab-distro
This commit is contained in:
Kai Kreuzer 2017-05-30 12:56:40 +02:00 committed by GitHub
parent 841f238eea
commit 020b6e29ae

View File

@ -1,50 +0,0 @@
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-features</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>openhab-core-resources</artifactId>
<packaging>pom</packaging>
<name>openHAB Core Feature Resources</name>
<description>openHAB Core Feature Resources</description>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>attach-artifact</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact><file>src/main/resources/addons-minimal.cfg</file><type>cfg</type><classifier>addons-minimal</classifier></artifact>
<artifact><file>src/main/resources/addons-simple.cfg</file><type>cfg</type><classifier>addons-simple</classifier></artifact>
<artifact><file>src/main/resources/addons-standard.cfg</file><type>cfg</type><classifier>addons-standard</classifier></artifact>
<artifact><file>src/main/resources/addons-expert.cfg</file><type>cfg</type><classifier>addons-expert</classifier></artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>