<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>org.eclipse.tigerstripe</groupId> | |
<artifactId>org.eclipse.tigerstripe.tests.parent</artifactId> | |
<version>0.7.0-SNAPSHOT</version> | |
<relativePath>../pom.xml</relativePath> | |
</parent> | |
<artifactId>org.eclipse.tigerstripe.ui.tests</artifactId> | |
<packaging>q7test</packaging> | |
<name>o.e.t.q7.tests</name> | |
<version>0.7.0-SNAPSHOT</version> | |
<build> | |
<plugins> | |
<plugin> | |
<groupId>com.xored.q7</groupId> | |
<artifactId>q7-server-maven-plugin</artifactId> | |
<version>${q7-maven-version}</version> | |
<extensions>true</extensions> | |
<configuration> | |
<classifiers> | |
<classifier>win32.win32.x86</classifier> | |
</classifiers> | |
<aut> | |
<locations> | |
<aut> | |
<classifier>win32.win32.x86</classifier> | |
<path>${basedir}/../../releng/org.eclipse.tigerstripe.rcp/target/products/org.eclipse.tigerstripe.rcp-win32.win32.x86.zip</path> | |
</aut> | |
</locations> | |
<injections> | |
<injection> | |
<site>http://download.xored.com/q7/${q7-runtime-version}/runtime/</site> | |
</injection> | |
</injections> | |
<ignoreOtherInjections>true</ignoreOtherInjections> | |
</aut> | |
<q7server> | |
<host>192.168.2.64</host> | |
<port>7504</port> | |
</q7server> | |
<q7client> | |
<version>${q7-client-version}</version> | |
</q7client> | |
<testOptions> | |
<execTimeout>18000</execTimeout> | |
<q7Profiling>false</q7Profiling> | |
</testOptions> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<pluginRepositories> | |
<pluginRepository> | |
<id>q7rel</id> | |
<name>Q7 releases</name> | |
<url>http://maven.xored.com/nexus/content/repositories/q7-releases/</url> | |
</pluginRepository> | |
<pluginRepository> | |
<id>q7snap</id> | |
<name>Q7 snapshots</name> | |
<url>http://maven.xored.com/nexus/content/repositories/q7-snapshots/</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<properties> | |
<q7-runtime-version>1.2</q7-runtime-version> | |
<q7-client-version>1.2.0-SNAPSHOT</q7-client-version> | |
<q7-runner-version>1.2.0</q7-runner-version> | |
<q7-maven-version>1.2.0</q7-maven-version> | |
</properties> | |
</project> |