1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2011, Benjamin Muskalla <benjamin.muskalla@tasktop.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.4.2-SNAPSHOT</version>
22 <artifactId>org.eclipse.egit.mylyn.ui.test</artifactId>
23 <packaging>eclipse-test-plugin</packaging>
25 <name>EGit Mylyn 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>
48 <ui.test.vmargs>-Xmx512m -XX:MaxPermSize=256m -XstartOnFirstThread</ui.test.vmargs>
60 <ui.test.vmargs>-Xmx512m -XX:MaxPermSize=256m</ui.test.vmargs>
68 <groupId>org.eclipse.tycho</groupId>
69 <artifactId>tycho-surefire-plugin</artifactId>
70 <version>${tycho-version}</version>
73 <include>**/*Test.java</include>
75 <useUIHarness>true</useUIHarness>
76 <useUIThread>true</useUIThread>
77 <product>org.eclipse.sdk.ide</product>
78 <argLine>${ui.test.vmargs}</argLine>
79 <application>org.eclipse.ui.ide.workbench</application>
80 <dependency-resolution>
83 <type>eclipse-feature</type>
84 <id>org.eclipse.jgit.java7</id>
85 <versionRange>0.0.0</versionRange>
88 </dependency-resolution>
91 <type>p2-installable-unit</type>
92 <artifactId>org.eclipse.egit.feature.group</artifactId>
93 <version>3.4.2</version>
96 <type>p2-installable-unit</type>
97 <artifactId>org.eclipse.egit.mylyn.feature.group</artifactId>
98 <version>3.4.2</version>
101 <type>p2-installable-unit</type>
102 <artifactId>org.eclipse.jgit.feature.group</artifactId>
103 <version>3.4.2</version>
106 <type>p2-installable-unit</type>
107 <artifactId>org.eclipse.pde.feature.group</artifactId>
108 <version>${platform-version}</version>
111 <type>p2-installable-unit</type>
112 <artifactId>org.eclipse.cvs.feature.group</artifactId>
113 <version>[1.1.2,2.0.0)</version>
122 <groupId>junit</groupId>
123 <artifactId>junit</artifactId>