1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2014, Max Hohenegger <eclipse@hohenegger.eu>
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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
13 <modelVersion>4.0.0</modelVersion>
16 <groupId>org.eclipse.egit</groupId>
17 <artifactId>egit-parent</artifactId>
18 <version>4.0.0.201505260635-rc2</version>
21 <artifactId>org.eclipse.egit.gitflow.test</artifactId>
22 <packaging>eclipse-test-plugin</packaging>
24 <name>GitFlow Test Plug-in</name>
27 <coretest.vmparams></coretest.vmparams>
33 <groupId>org.eclipse.tycho</groupId>
34 <artifactId>tycho-surefire-plugin</artifactId>
35 <version>${tycho-version}</version>
37 <!--excludes> <exclude>**/Test*.class</exclude> </excludes -->
38 <useUIHarness>false</useUIHarness>
39 <useUIThread>false</useUIThread>
43 <groupId>org.eclipse.tycho</groupId>
44 <artifactId>target-platform-configuration</artifactId>
46 <dependency-resolution>
49 <type>eclipse-feature</type>
50 <id>org.eclipse.egit</id>
51 <versionRange>0.0.0</versionRange>
54 </dependency-resolution>