Prepare 4.2.0-SNAPSHOT builds
[egit/eclipse.git] / org.eclipse.egit.gitflow.test / pom.xml
blob210e937d0ed0b876e98c051d6c607f833fabb158
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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
9 -->
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>
15         <parent>
16                 <groupId>org.eclipse.egit</groupId>
17                 <artifactId>egit-parent</artifactId>
18                 <version>4.2.0-SNAPSHOT</version>
19         </parent>
21         <artifactId>org.eclipse.egit.gitflow.test</artifactId>
22         <packaging>eclipse-test-plugin</packaging>
24         <name>GitFlow Test Plug-in</name>
26         <properties>
27                 <coretest.vmparams></coretest.vmparams>
28         </properties>
30         <build>
31                 <plugins>
32                         <plugin>
33                                 <groupId>org.eclipse.tycho</groupId>
34                                 <artifactId>tycho-surefire-plugin</artifactId>
35                                 <configuration>
36                                         <!--excludes> <exclude>**/Test*.class</exclude> </excludes -->
37                                         <useUIHarness>false</useUIHarness>
38                                         <useUIThread>false</useUIThread>
39                                 </configuration>
40                         </plugin>
41                         <plugin>
42                                 <groupId>org.eclipse.tycho</groupId>
43                                 <artifactId>target-platform-configuration</artifactId>
44                                 <configuration>
45                                         <dependency-resolution>
46                                                 <extraRequirements>
47                                                         <requirement>
48                                                                 <type>eclipse-feature</type>
49                                                                 <id>org.eclipse.egit</id>
50                                                                 <versionRange>0.0.0</versionRange>
51                                                         </requirement>
52                                                 </extraRequirements>
53                                         </dependency-resolution>
54                                 </configuration>
55                         </plugin>
56                 </plugins>
57         </build>
58 </project>