blob: 5ea611e6b4b9b564bfe7a618738ca2beebd5c908 [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>
Florian Thienelfa641e52011-11-10 00:49:26 +01007 <name>Vex UI Tests</name>
8
9 <parent>
Florian Thienel8703b3a2014-11-22 19:52:16 +010010 <artifactId>bundles</artifactId>
Florian Thienelfa641e52011-11-10 00:49:26 +010011 <groupId>org.eclipse.vex</groupId>
Florian Thienel08725cf2014-12-27 15:15:45 +010012 <version>1.2.0-SNAPSHOT</version>
Florian Thienel8703b3a2014-11-22 19:52:16 +010013 <relativePath>../org.eclipse.vex.releng/bundles-pom.xml</relativePath>
Florian Thienelfa641e52011-11-10 00:49:26 +010014 </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>
Florian Thienel0c52bc92013-01-11 17:22:53 +010024 </configuration>
25 </plugin>
26 </plugins>
27 </build>
Florian Thienelf1ae17e2013-11-03 09:57:38 +010028
Florian Thienelfa641e52011-11-10 00:49:26 +010029</project>