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>4.9.3-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>
28 <uitest.vmparams>-Xmx512m</uitest.vmparams>
33 <id>skip-ui-tests</id>
36 <name>skip-ui-tests</name>
40 <maven.test.skip>true</maven.test.skip>
48 <groupId>org.eclipse.tycho</groupId>
49 <artifactId>target-platform-configuration</artifactId>
50 <version>${tycho-version}</version>
52 <dependency-resolution>
55 <type>eclipse-feature</type>
56 <id>org.eclipse.jgit</id>
57 <versionRange>0.0.0</versionRange>
60 <type>eclipse-feature</type>
61 <id>org.eclipse.egit</id>
62 <versionRange>0.0.0</versionRange>
65 <type>eclipse-feature</type>
66 <id>org.eclipse.egit.mylyn</id>
67 <versionRange>0.0.0</versionRange>
70 <type>eclipse-feature</type>
71 <id>org.eclipse.e4.rcp</id>
72 <versionRange>0.0.0</versionRange>
75 <type>eclipse-feature</type>
76 <id>org.eclipse.pde</id>
77 <versionRange>0.0.0</versionRange>
80 <type>eclipse-feature</type>
81 <id>org.eclipse.cvs</id>
82 <versionRange>0.0.0</versionRange>
85 </dependency-resolution>
89 <groupId>org.eclipse.tycho</groupId>
90 <artifactId>tycho-surefire-plugin</artifactId>
93 <include>**/*Test.java</include>
95 <useUIHarness>true</useUIHarness>
96 <useUIThread>true</useUIThread>
97 <argLine>${ui.test.vmargs}</argLine>
98 <application>org.eclipse.ui.ide.workbench</application>
102 <groupId>org.apache.maven.plugins</groupId>
103 <artifactId>maven-pmd-plugin</artifactId>
106 <exclude>**/*Test.java</exclude>