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 2.0
7 which accompanies this distribution, and is available at
8 https://www.eclipse.org/legal/epl-2.0/
10 SPDX-License-Identifier: EPL-2.0
13 <project xmlns="http://maven.apache.org/POM/4.0.0"
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
16 <modelVersion>4.0.0</modelVersion>
19 <groupId>org.eclipse.egit</groupId>
20 <artifactId>egit-parent</artifactId>
21 <version>6.0.1-SNAPSHOT</version>
24 <artifactId>org.eclipse.egit.mylyn.ui.test</artifactId>
25 <packaging>eclipse-test-plugin</packaging>
27 <name>EGit Mylyn UI Test Plug-in</name>
30 <uitest.vmparams>-Xmx512m</uitest.vmparams>
35 <id>skip-ui-tests</id>
38 <name>skip-ui-tests</name>
42 <maven.test.skip>true</maven.test.skip>
50 <groupId>org.eclipse.tycho</groupId>
51 <artifactId>target-platform-configuration</artifactId>
52 <version>${tycho-version}</version>
54 <dependency-resolution>
57 <type>eclipse-feature</type>
58 <id>org.eclipse.jgit</id>
59 <versionRange>0.0.0</versionRange>
62 <type>eclipse-feature</type>
63 <id>org.eclipse.egit</id>
64 <versionRange>0.0.0</versionRange>
67 <type>eclipse-feature</type>
68 <id>org.eclipse.egit.mylyn</id>
69 <versionRange>0.0.0</versionRange>
72 <type>eclipse-feature</type>
73 <id>org.eclipse.e4.rcp</id>
74 <versionRange>0.0.0</versionRange>
77 <type>eclipse-feature</type>
78 <id>org.eclipse.pde</id>
79 <versionRange>0.0.0</versionRange>
82 </dependency-resolution>
86 <groupId>org.eclipse.tycho</groupId>
87 <artifactId>tycho-surefire-plugin</artifactId>
90 <include>**/*Test.java</include>
92 <useUIHarness>true</useUIHarness>
93 <useUIThread>true</useUIThread>
94 <argLine>${ui.test.vmargs}</argLine>
95 <application>org.eclipse.ui.ide.workbench</application>
99 <groupId>org.apache.maven.plugins</groupId>
100 <artifactId>maven-pmd-plugin</artifactId>
103 <exclude>**/*Test.java</exclude>