blob: 3d91ab84df26981ccd08d54151fcea959e4bd696 [file] [log] [blame]
dacarver41a34632010-06-08 14:42:22 +00001<?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.wst.xml.vex.core.tests</artifactId>
6 <packaging>eclipse-test-plugin</packaging>
7 <version>0.5.0-SNAPSHOT</version>
8 <name>Vex Core Tests</name>
9
10 <parent>
11 <artifactId>org.eclipse.wst.xml.vex_parent</artifactId>
12 <groupId>org.eclipse.wst.xml.vex</groupId>
13 <version>0.5.0-SNAPSHOT</version>
14 <relativePath>../../development/org.eclipse.wst.xml.vex.releng/pom.xml</relativePath>
15 </parent>
dacarver00809202010-06-08 15:09:14 +000016 <build>
17 <plugins>
18 <plugin>
19 <groupId>org.sonatype.tycho</groupId>
20 <artifactId>maven-osgi-test-plugin</artifactId>
21 <version>0.8.0</version>
22 <configuration>
23 <useUIHarness>true</useUIHarness>
24 <testSuite>org.eclipse.wst.xml.vex.core.tests</testSuite>
25 <testClass>org.eclipse.wst.xml.vex.core.tests.VEXCoreTestSuite</testClass>
26 </configuration>
27 </plugin>
28 </plugins>
29 </build>
dacarver41a34632010-06-08 14:42:22 +000030
31</project>