AT: commiting Palm Use Data extension
[taxeditor.git] / eu.etaxonomy.taxeditor.test / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project>
3
4 <parent>
5 <groupId>eu.etaxonomy</groupId>
6 <artifactId>taxeditor-parent</artifactId>
7 <version>3.0.9-SNAPSHOT</version>
8 </parent>
9
10 <modelVersion>4.0.0</modelVersion>
11 <artifactId>eu.etaxonomy.taxeditor.test</artifactId>
12 <packaging>eclipse-test-plugin</packaging>
13
14 <name>UI Test Bundle</name>
15 <description>Holds all UI tests for the Taxonomic Editor</description>
16
17 <!-- <repositories> -->
18 <!-- <repository> -->
19 <!-- <id>ganymede</id> -->
20 <!-- <layout>p2</layout> -->
21 <!-- <url>http://download.eclipse.org/releases/galileo</url> -->
22 <!-- </repository> -->
23 <!-- <repository> -->
24 <!-- <id>swtbot</id> -->
25 <!-- <layout>p2</layout> -->
26 <!-- <url>http://download.eclipse.org/technology/swtbot/galileo/dev-build/update-site</url> -->
27 <!-- </repository> -->
28 <!-- </repositories> -->
29
30 <build>
31 <plugins>
32 <plugin>
33 <groupId>org.eclipse.tycho</groupId>
34 <artifactId>tycho-maven-plugin</artifactId>
35 <version>${tycho.version}</version>
36 <extensions>true</extensions>
37 </plugin>
38 <plugin>
39 <groupId>org.eclipse.tycho</groupId>
40 <artifactId>target-platform-configuration</artifactId>
41 <version>${tycho.version}</version>
42 <configuration>
43 <resolver>p2</resolver>
44 </configuration>
45 </plugin>
46 <plugin>
47 <groupId>org.eclipse.tycho</groupId>
48 <artifactId>maven-osgi-test-plugin</artifactId>
49 <version>${tycho.version}</version>
50 <configuration>
51 <useUIHarness>true</useUIHarness>
52 <useUIThread>false</useUIThread>
53 <product>eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product</product>
54 <!-- <application>org.eclipse.ui.ide.workbench</application> -->
55 <dependencies>
56 <dependency>
57 <type>p2-installable-unit</type>
58 <artifactId>eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product</artifactId>
59 <version>0.0.0</version>
60 </dependency>
61 </dependencies>
62 </configuration>
63 </plugin>
64 </plugins>
65 </build>
66 </project>