1 <?xml version=
"1.0" encoding=
"UTF-8"?>
5 <groupId>eu.etaxonomy
</groupId>
6 <artifactId>taxeditor-parent
</artifactId>
7 <version>3.6.1-SNAPSHOT
</version>
9 <modelVersion>4.0.0</modelVersion>
10 <artifactId>eu.etaxonomy.taxeditor.test
</artifactId>
11 <packaging>eclipse-test-plugin
</packaging>
12 <name>UI Test Bundle
</name>
13 <description>Holds all Tests for the Taxonomic Editor
</description>
17 <!-- <groupId>org.eclipse.tycho</groupId> -->
18 <!-- <artifactId>tycho-compiler-plugin</artifactId> -->
19 <!-- <version>${tycho.version}</version> -->
20 <!-- <configuration> -->
22 <!-- <exclude>**/*.*</exclude> -->
24 <!-- </configuration> -->
27 <groupId>org.eclipse.tycho
</groupId>
28 <artifactId>target-platform-configuration
</artifactId>
29 <version>${tycho.version}
</version>
32 <!-- Work around for https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045 -->
33 <!-- taken from https://wiki.eclipse.org/index.php?title=Tycho/Target_Platform#Filtering -->
35 <type>p2-installable-unit
</type>
36 <id>org.eclipse.equinox.servletbridge.extensionbundle
</id>
43 <groupId>org.eclipse.tycho
</groupId>
44 <artifactId>tycho-surefire-plugin
</artifactId>
45 <version>${tycho.version}
</version>
47 <!-- currently we run only the non-ui unit tests so we don't the
49 <!-- <useUIHarness>true</useUIHarness> -->
51 <!-- This will pull the feature and its dependent plugins into
52 the classpath for the tests. Note that this requires ALL taxeditor projects
55 <type>eclipse-feature
</type>
56 <artifactId>eu.etaxonomy.taxeditor.feature
</artifactId>
57 <!-- This is the minimum required version -->
58 <version>1.0.0</version>
64 <groupId>org.eclipse.jetty
</groupId>
65 <artifactId>jetty-maven-plugin
</artifactId>
66 <version>9.2.9.v20150224
</version>
70 <name>spring.profiles.active
</name>
71 <value>remoting
</value>
74 <name>cdm.beanDefinitionFile
</name>
75 <value>${basedir}/src/test/resources/datasources.xml
</value>
78 <name>cdm.datasource
</name>
79 <value>cdmTest
</value>
82 <stopPort>9191</stopPort>
83 <stopKey>jetty-cdm-server
</stopKey>
84 <stopWait>10</stopWait>
88 <war>${project.parent.basedir}/eu.etaxonomy.taxeditor.cdmlib/src/main/resources/etc/jetty/cdmlib-remote-webapp.war
</war>
94 <phase>pre-integration-test
</phase>
96 <goal>deploy-war
</goal>
99 <scanIntervalSeconds>0</scanIntervalSeconds>
104 <phase>post-integration-test
</phase>