blob: 6f0c69ddbf22ea6a08941e1fcb6d1b28c2a97f51 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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>
<properties>
<mylyn-credentials>${env.WORKSPACE}/credentials.properties</mylyn-credentials>
<mylyn-keyring>${env.WORKSPACE}/keyring</mylyn-keyring>
<mylyn-keyring-password>${env.WORKSPACE}/keyring.password</mylyn-keyring-password>
<mylyn-test-args>-Dmylyn.credentials=${mylyn-credentials} -Dorg.eclipse.mylyn.wikitext.tests.disableOutput=true -Dhttp.proxyHost=proxy.eclipse.org -Dhttp.proxyPort=9898 -ea</mylyn-test-args>
</properties>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>mylyn-integration-build</artifactId>
<version>3.6.3-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>..</module>
</modules>
<!--
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
<configuration>
<executable>prepare.sh</executable>
<workingDirectory>${env.WORKSPACE}</workingDirectory>
<arguments>
<argument>${mylyn-password}</argument>
</arguments>
</configuration>
</plugin>
</plugins>
</build>
-->
</project>