1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2010-2012 Matthias Sohn <matthias.sohn@sap.com>
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License v1.0
7 which accompanies this distribution, and is available at
8 http://www.eclipse.org/legal/epl-v10.html
11 <project xmlns="http://maven.apache.org/POM/4.0.0"
12 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
14 <modelVersion>4.0.0</modelVersion>
17 <groupId>org.eclipse.egit</groupId>
18 <artifactId>egit-parent</artifactId>
19 <version>4.3.0-SNAPSHOT</version>
22 <artifactId>org.eclipse.egit.ui.test</artifactId>
23 <packaging>eclipse-test-plugin</packaging>
25 <name>EGit UI Test Plug-in</name>
29 <id>skip-ui-tests</id>
32 <name>skip-ui-tests</name>
36 <maven.test.skip>true</maven.test.skip>
44 <groupId>org.eclipse.tycho</groupId>
45 <artifactId>target-platform-configuration</artifactId>
46 <version>${tycho-version}</version>
48 <dependency-resolution>
51 <type>eclipse-feature</type>
52 <id>org.eclipse.jgit</id>
53 <versionRange>0.0.0</versionRange>
56 <type>eclipse-feature</type>
57 <id>org.eclipse.egit</id>
58 <versionRange>0.0.0</versionRange>
61 <type>eclipse-feature</type>
62 <id>org.eclipse.egit.gitflow.feature</id>
63 <versionRange>0.0.0</versionRange>
66 <type>eclipse-feature</type>
67 <id>org.eclipse.e4.rcp</id>
68 <versionRange>0.0.0</versionRange>
71 <type>eclipse-feature</type>
72 <id>org.eclipse.pde</id>
73 <versionRange>0.0.0</versionRange>
76 <type>eclipse-feature</type>
77 <id>org.eclipse.cvs</id>
78 <versionRange>0.0.0</versionRange>
81 </dependency-resolution>
85 <groupId>org.eclipse.tycho</groupId>
86 <artifactId>tycho-surefire-plugin</artifactId>
89 <include>**/*Test.java</include>
91 <useUIHarness>true</useUIHarness>
92 <useUIThread>false</useUIThread>
93 <product>org.eclipse.sdk.ide</product>
94 <argLine>${ui.test.vmargs}</argLine>
95 <application>org.eclipse.ui.ide.workbench</application>