blob: b04e05941e4f1736108f8442c2712cb87a58bbd4 [file] [log] [blame]
<!--
Copyright (c) 2010, 2011 SAP AG and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
SAP AG - initial API and implementation
-->
<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>
<artifactId>org.eclipse.skalli.parent</artifactId>
<groupId>org.eclipse.skalli</groupId>
<version>0.2.0-SNAPSHOT</version>
<relativePath>../org.eclipse.skalli.parent</relativePath>
</parent>
<artifactId>org.eclipse.skalli.gerrit.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<testHost><!-- enter the host--></testHost>
<testAdminAccount><!-- enter the account--></testAdminAccount>
<testPort><!-- enter the port--></testPort>
<testPrivatekeyFile><!-- enter privatekey file location url--></testPrivatekeyFile>
<testPassphrase><!-- enter the passphrase--></testPassphrase>
<testGerritVersion><!-- enter the Gerrit version--></testGerritVersion>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
</project>