EGit v4.9.2.201712150930-r
[egit/eclipse.git] / org.eclipse.egit.ui.importer.tests / pom.xml
blobfe7c61fdf441acdff789882a3ed328b818946b4e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4         <modelVersion>4.0.0</modelVersion>
5         <parent>
6                 <groupId>org.eclipse.egit</groupId>
7                 <version>4.9.2.201712150930-r</version>
8                 <artifactId>egit-parent</artifactId>
9         </parent>
10         <artifactId>org.eclipse.egit.ui.importer.tests</artifactId>
11         <packaging>eclipse-test-plugin</packaging>
13         <name>Git Team Provider (experimental auto-import wizard, incubation)</name>
15         <build>
16                 <plugins>
17                         <plugin>
18                                 <groupId>org.eclipse.tycho</groupId>
19                                 <artifactId>tycho-source-plugin</artifactId>
20                         </plugin>
21                         <plugin>
22                                 <groupId>org.eclipse.tycho</groupId>
23                                 <artifactId>target-platform-configuration</artifactId>
24                                 <configuration>
25                                         <dependency-resolution>
26                                                 <extraRequirements>
27                                                         <requirement>
28                                                                 <type>eclipse-plugin</type>
29                                                                 <id>org.eclipse.egit.ui.smartimport</id>
30                                                                 <versionRange>0.0.0</versionRange>
31                                                         </requirement>
32                                                 </extraRequirements>
33                                         </dependency-resolution>
34                                 </configuration>
35                         </plugin>
36                         <plugin>
37                                 <groupId>org.eclipse.tycho</groupId>
38                                 <artifactId>tycho-surefire-plugin</artifactId>
39                                 <configuration>
40                                         <useUIHarness>true</useUIHarness>
41                                         <useUIThread>false</useUIThread>
42                                         <argLine>${ui.test.vmargs}</argLine>
43                                         <application>org.eclipse.ui.ide.workbench</application>
44                                         <dependencies>
45                                                 <dependency>
46                                                         <type>eclipse-plugin</type>
47                                                         <artifactId>org.eclipse.egit.ui.smartimport</artifactId>
48                                                 </dependency>
49                                                 <dependency>
50                                                         <type>eclipse-plugin</type>
51                                                         <artifactId>org.eclipse.equinox.event</artifactId>
52                                                 </dependency>
53                                         </dependencies>
54                                 </configuration>
55                         </plugin>
56                         <plugin>
57                                 <groupId>org.apache.maven.plugins</groupId>
58                                 <artifactId>maven-pmd-plugin</artifactId>
59                                 <configuration>
60                                         <excludes>
61                                                 <exclude>**/*Test.java</exclude>
62                                         </excludes>
63                                 </configuration>
64                         </plugin>
65                 </plugins>
66         </build>
67 </project>