blob: d400a4bcbfbbc4a22a80f501e1827ed1b8251c19 [file] [log] [blame]
<?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">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.vex.core.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
<name>Vex Core Tests</name>
<parent>
<artifactId>bundles</artifactId>
<groupId>org.eclipse.vex</groupId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../org.eclipse.vex.releng/bundles-pom.xml</relativePath>
</parent>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
</plugins>
</build>
</project>