blob: 8394ec55fb15c383c4d32738cbd4531fa80cb239 [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.ui.tests</artifactId>
6 <packaging>eclipse-test-plugin</packaging>
7 <version>1.0.0-SNAPSHOT</version>
8 <name>Vex UI Tests</name>
9
10 <parent>
11 <artifactId>org.eclipse.vex-releng</artifactId>
12 <groupId>org.eclipse.vex</groupId>
13 <version>1.0.0-SNAPSHOT</version>
14 <relativePath>../org.eclipse.vex.releng/pom.xml</relativePath>
15 </parent>
16
17 <build>
18 <plugins>
19 <plugin>
20 <groupId>org.sonatype.tycho</groupId>
21 <artifactId>maven-osgi-test-plugin</artifactId>
22 <version>${tycho-version}</version>
23 <configuration>
24 <useUIHarness>true</useUIHarness>
25 <testSuite>org.eclipse.vex.ui.tests</testSuite>
Florian Thienelea330512011-11-14 22:32:49 +010026 <testClass>org.eclipse.vex.ui.tests.VexUiTestSuite</testClass>
Florian Thienelfa641e52011-11-10 00:49:26 +010027 </configuration>
28 </plugin>
29 </plugins>
30 </build>
31
32</project>