blob: 4dfaf799a26d78972b4da8a7327690cb70a0fbfc [file] [log] [blame]
Florian Thienelfa641e52011-11-10 00:49:26 +01001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <artifactId>org.eclipse.vex.core.tests</artifactId>
6 <packaging>eclipse-test-plugin</packaging>
Florian Thienelfa641e52011-11-10 00:49:26 +01007 <name>Vex Core Tests</name>
8
9 <parent>
10 <artifactId>org.eclipse.vex-releng</artifactId>
11 <groupId>org.eclipse.vex</groupId>
Florian Thienel1af74b92012-09-23 11:47:58 +020012 <version>1.1.0-SNAPSHOT</version>
Florian Thienelfa641e52011-11-10 00:49:26 +010013 <relativePath>../org.eclipse.vex.releng/pom.xml</relativePath>
14 </parent>
Florian Thienel0c52bc92013-01-11 17:22:53 +010015
16 <build>
17 <plugins>
18 <plugin>
19 <groupId>org.eclipse.tycho</groupId>
20 <artifactId>tycho-surefire-plugin</artifactId>
21 <version>${tycho-version}</version>
22 <configuration>
23 <useUIHarness>true</useUIHarness>
24 <testSuite>org.eclipse.vex.core.tests</testSuite>
25 <testClass>org.eclipse.vex.core.tests.VEXCoreTestSuite</testClass>
26 </configuration>
27 </plugin>
28 </plugins>
29 </build>
30
Florian Thienelfa641e52011-11-10 00:49:26 +010031</project>