blob: 09982f3573e19d880284077720d87232c2ceb725 [file] [log] [blame]
Thanh Ha7a650c22013-07-04 22:41:18 -04001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2012, 2013 Eclipse Foundation and others.
4 All rights reserved. This program and the accompanying materials
5 are made available under the terms of the Eclipse Distribution License v1.0
6 which accompanies this distribution, and is available at
7 http://www.eclipse.org/org/documents/edl-v10.php
8
9 Contributors:
10 Thanh Ha (Eclipse Foundation) - initial implementation
Ian Trimble5825dc42014-04-04 15:57:42 -070011 Ian Trimble (Oracle) - initial tests configuration
Thanh Ha7a650c22013-07-04 22:41:18 -040012-->
13
14<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
15 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
16 <modelVersion>4.0.0</modelVersion>
17 <parent>
18 <groupId>org.eclipse.webtools.jsf</groupId>
19 <artifactId>org.eclipse.webtools.jsf.tests</artifactId>
Ian Trimble089ad562013-09-18 16:46:50 -070020 <version>3.6.0-SNAPSHOT</version>
Thanh Ha7a650c22013-07-04 22:41:18 -040021 <relativePath>../../../</relativePath>
22 </parent>
23
Ian Trimbleec52b372014-04-23 13:15:20 -070024 <groupId>org.eclipse.webtools.jsf</groupId>
Thanh Ha7a650c22013-07-04 22:41:18 -040025 <artifactId>org.eclipse.jst.jsf.metadata.tests</artifactId>
Ian Trimble00ba9682015-09-18 10:45:33 -070026 <version>1.5.100-SNAPSHOT</version>
Ian Trimble5825dc42014-04-04 15:57:42 -070027 <packaging>eclipse-test-plugin</packaging>
28
29 <build>
30 <plugins>
31 <plugin>
32 <groupId>org.eclipse.tycho</groupId>
33 <artifactId>tycho-surefire-plugin</artifactId>
34 <configuration>
Ian Trimbleec52b372014-04-23 13:15:20 -070035 <skipTests>true</skipTests>
Ian Trimble5825dc42014-04-04 15:57:42 -070036 <useUIHarness>true</useUIHarness>
Ian Trimbleec52b372014-04-23 13:15:20 -070037 <testSuite>${project.artifactId}</testSuite>
Ian Trimble5825dc42014-04-04 15:57:42 -070038 <testClass>org.eclipse.jst.jsf.metadata.tests.AllTests</testClass>
Ian Trimbleec52b372014-04-23 13:15:20 -070039 <dependencies>
40 <dependency>
41 <type>p2-installable-unit</type>
42 <artifactId>org.eclipse.jst.j2ee.ejb</artifactId>
43 <version>0.0.0</version>
44 </dependency>
45 </dependencies>
46 <argLine>-DjsfRuntimeJarsDirectoryV1.1=${project.basedir}/../jsfRuntimeJarsDirectory/V1.1 -DjsfRuntimeJarsDirectoryV1.2=${project.basedir}/../jsfRuntimeJarsDirectory/V1.2 -DjsfRuntimeJarsDirectoryV2.0=${project.basedir}/../jsfRuntimeJarsDirectory/V2.0</argLine>
Ian Trimble5825dc42014-04-04 15:57:42 -070047 </configuration>
48 </plugin>
49 </plugins>
50 </build>
Thanh Ha7a650c22013-07-04 22:41:18 -040051</project>