EGit v4.0.0.201505260635-rc2
[egit/eclipse.git] / org.eclipse.egit.gitflow.test / pom.xml
blob806f5229e2318000f320b71bd17c7af6915c1b05
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.0.0.201505260635-rc2</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                                 <version>${tycho-version}</version>
36                                 <configuration>
37                                         <!--excludes> <exclude>**/Test*.class</exclude> </excludes -->
38                                         <useUIHarness>false</useUIHarness>
39                                         <useUIThread>false</useUIThread>
40                                 </configuration>
41                         </plugin>
42                         <plugin>
43                                 <groupId>org.eclipse.tycho</groupId>
44                                 <artifactId>target-platform-configuration</artifactId>
45                                 <configuration>
46                                         <dependency-resolution>
47                                                 <extraRequirements>
48                                                         <requirement>
49                                                                 <type>eclipse-feature</type>
50                                                                 <id>org.eclipse.egit</id>
51                                                                 <versionRange>0.0.0</versionRange>
52                                                         </requirement>
53                                                 </extraRequirements>
54                                         </dependency-resolution>
55                                 </configuration>
56                         </plugin>
57                 </plugins>
58         </build>
59 </project>