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>3.2.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>
28 <uitest.vmparams>-Dorg.eclipse.swtbot.search.timeout=30000 -Xmx1024m -XX:MaxPermSize=384m</uitest.vmparams>
33 <id>skip-ui-tests</id>
36 <name>skip-ui-tests</name>
40 <maven.test.skip>true</maven.test.skip>
52 <ui.test.vmargs>${uitest.vmparams} -XstartOnFirstThread</ui.test.vmargs>
64 <ui.test.vmargs>${test.vmparams} ${uitest.vmparams}</ui.test.vmargs>
72 <groupId>org.eclipse.tycho</groupId>
73 <artifactId>tycho-surefire-plugin</artifactId>
74 <version>${tycho-version}</version>
77 <include>**/*Test.java</include>
79 <useUIHarness>true</useUIHarness>
80 <useUIThread>false</useUIThread>
81 <product>org.eclipse.sdk.ide</product>
82 <argLine>${ui.test.vmargs}</argLine>
83 <application>org.eclipse.ui.ide.workbench</application>
86 <type>p2-installable-unit</type>
87 <groupId>org.eclipse.egit.feature</groupId>
88 <artifactId>org.eclipse.egit.feature.group</artifactId>
89 <version>3.2.0</version>
92 <type>p2-installable-unit</type>
93 <groupId>org.eclipse.jgit.feature</groupId>
94 <artifactId>org.eclipse.jgit.feature.group</artifactId>
95 <version>3.2.0</version>
98 <type>p2-installable-unit</type>
99 <artifactId>org.eclipse.pde.feature.group</artifactId>
100 <version>${platform-version}</version>
103 <type>p2-installable-unit</type>
104 <artifactId>org.eclipse.cvs.feature.group</artifactId>
105 <version>[1.1.2,2.0.0)</version>