зеркало из https://github.com/mozilla/smarthome.git
35 строки
1.1 KiB
XML
35 строки
1.1 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">
|
|
|
|
<parent>
|
|
<groupId>org.eclipse.smarthome.transform</groupId>
|
|
<artifactId>pom</artifactId>
|
|
<version>0.9.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.eclipse.smarthome.transform</groupId>
|
|
<artifactId>org.eclipse.smarthome.transform.map.test</artifactId>
|
|
|
|
<name>Eclipse SmartHome Map Transformation Service Tests</name>
|
|
|
|
<packaging>eclipse-test-plugin</packaging>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>${tycho-groupid}</groupId>
|
|
<artifactId>target-platform-configuration</artifactId>
|
|
<configuration>
|
|
<environments combine.self="override"></environments>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>${tycho-groupid}</groupId>
|
|
<artifactId>tycho-surefire-plugin</artifactId>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
</project>
|