Revision b26c2fa0
Added by Niels Hoffmann almost 12 years ago
eu.etaxonomy.taxeditor.test/pom.xml | ||
---|---|---|
6 | 6 |
<artifactId>taxeditor-parent</artifactId> |
7 | 7 |
<version>3.0.9-SNAPSHOT</version> |
8 | 8 |
</parent> |
9 |
|
|
10 | 9 |
<modelVersion>4.0.0</modelVersion> |
11 | 10 |
<artifactId>eu.etaxonomy.taxeditor.test</artifactId> |
12 | 11 |
<packaging>eclipse-test-plugin</packaging> |
13 |
|
|
14 | 12 |
<name>UI Test Bundle</name> |
15 | 13 |
<description>Holds all UI tests for the Taxonomic Editor</description> |
16 |
|
|
17 | 14 |
<!-- <repositories> --> |
18 | 15 |
<!-- <repository> --> |
19 | 16 |
<!-- <id>ganymede</id> --> |
... | ... | |
45 | 42 |
</plugin> |
46 | 43 |
<plugin> |
47 | 44 |
<groupId>org.eclipse.tycho</groupId> |
48 |
<artifactId>maven-osgi-test-plugin</artifactId>
|
|
45 |
<artifactId>tycho-surefire-plugin</artifactId>
|
|
49 | 46 |
<version>${tycho.version}</version> |
50 | 47 |
<configuration> |
51 | 48 |
<useUIHarness>true</useUIHarness> |
52 | 49 |
<useUIThread>false</useUIThread> |
50 |
<includes> |
|
51 |
<include>**/*Test.java</include> |
|
52 |
</includes> |
|
53 | 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> |
|
54 |
<application>eu.etaxonomy.taxeditor.application.application</application> |
|
55 |
<!-- <dependency> |
|
56 |
<type>p2-installable-unit</type> |
|
57 |
<artifactId>eu.etaxonomy.taxeditor.product</artifactId> |
|
58 |
<version>0.0.0</version> |
|
59 |
</dependency> --> |
|
62 | 60 |
</configuration> |
63 | 61 |
</plugin> |
62 |
<!-- <plugin> |
|
63 |
<groupId>org.eclipse.tycho</groupId> |
|
64 |
<artifactId>maven-osgi-test-plugin</artifactId> |
|
65 |
<version>${tycho.version}</version> |
|
66 |
<configuration> |
|
67 |
<useUIHarness>true</useUIHarness> |
|
68 |
<useUIThread>false</useUIThread> |
|
69 |
<product>eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product</product> |
|
70 |
<application>org.eclipse.ui.ide.workbench</application> |
|
71 |
<dependencies> |
|
72 |
<dependency> |
|
73 |
<type>p2-installable-unit</type> |
|
74 |
<artifactId>eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product</artifactId> |
|
75 |
<version>0.0.0</version> |
|
76 |
</dependency> |
|
77 |
</dependencies> |
|
78 |
</configuration> |
|
79 |
</plugin> --> |
|
64 | 80 |
</plugins> |
65 | 81 |
</build> |
66 | 82 |
</project> |
Also available in: Unified diff
minor