Thanh Ha | 7a650c2 | 2013-07-04 22:41:18 -0400 | [diff] [blame] | 1 | <?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 Trimble | 5825dc4 | 2014-04-04 15:57:42 -0700 | [diff] [blame] | 11 | Ian Trimble (Oracle) - initial tests configuration |
Thanh Ha | 7a650c2 | 2013-07-04 22:41:18 -0400 | [diff] [blame] | 12 | --> |
| 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 Trimble | 089ad56 | 2013-09-18 16:46:50 -0700 | [diff] [blame] | 20 | <version>3.6.0-SNAPSHOT</version> |
Thanh Ha | 7a650c2 | 2013-07-04 22:41:18 -0400 | [diff] [blame] | 21 | <relativePath>../../../</relativePath> |
| 22 | </parent> |
| 23 | |
| 24 | <groupId>org.eclipse.webtools.jsf</groupId> |
| 25 | <artifactId>org.eclipse.jst.jsf.contentassist.tests</artifactId> |
Ian Trimble | ba22325 | 2016-03-07 10:44:37 -0800 | [diff] [blame^] | 26 | <version>1.5.100-SNAPSHOT</version> |
Ian Trimble | 5825dc4 | 2014-04-04 15:57:42 -0700 | [diff] [blame] | 27 | <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 Trimble | ec52b37 | 2014-04-23 13:15:20 -0700 | [diff] [blame] | 35 | <skipTests>true</skipTests> |
Ian Trimble | 5825dc4 | 2014-04-04 15:57:42 -0700 | [diff] [blame] | 36 | <useUIHarness>true</useUIHarness> |
Ian Trimble | ec52b37 | 2014-04-23 13:15:20 -0700 | [diff] [blame] | 37 | <testSuite>${project.artifactId}</testSuite> |
Ian Trimble | 5825dc4 | 2014-04-04 15:57:42 -0700 | [diff] [blame] | 38 | <testClass>org.eclipse.jst.jsf.contentassist.tests.AllTests</testClass> |
Ian Trimble | ec52b37 | 2014-04-23 13:15:20 -0700 | [diff] [blame] | 39 | <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 Trimble | 5825dc4 | 2014-04-04 15:57:42 -0700 | [diff] [blame] | 47 | </configuration> |
| 48 | </plugin> |
| 49 | </plugins> |
| 50 | </build> |
Thanh Ha | 7a650c2 | 2013-07-04 22:41:18 -0400 | [diff] [blame] | 51 | </project> |