Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2013-09-10 11:36:16 +0000
committerM N Palat2013-11-12 06:27:24 +0000
commit1d21178fa52549e66088540b7d5bd28b727268e9 (patch)
treec34f301420011f7dea316030815f214d41bce18c /org.eclipse.jdt.compiler.tool.tests/pom.xml
parentcfaff40b47c6c86e8d759e6d714f5639b14d0ffc (diff)
downloadeclipse.jdt.core-1d21178fa52549e66088540b7d5bd28b727268e9.tar.gz
eclipse.jdt.core-1d21178fa52549e66088540b7d5bd28b727268e9.tar.xz
eclipse.jdt.core-1d21178fa52549e66088540b7d5bd28b727268e9.zip
Bug 416912: Configuration for tycho-surefire-plugin
Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: Ie844203235a42b15ac83d5b11567610a80fa0adb
Diffstat (limited to 'org.eclipse.jdt.compiler.tool.tests/pom.xml')
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/pom.xml b/org.eclipse.jdt.compiler.tool.tests/pom.xml
index ad6627e262..519a3ecf40 100644
--- a/org.eclipse.jdt.compiler.tool.tests/pom.xml
+++ b/org.eclipse.jdt.compiler.tool.tests/pom.xml
@@ -5,9 +5,10 @@
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/org/documents/edl-v10.php
-
+
Contributors:
Igor Fedorenko - initial implementation
+ Mickael Istria (Red Hat Inc.) - 416912: tycho-surefire-plugin configuration
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -21,4 +22,8 @@
<artifactId>org.eclipse.jdt.compiler.tool.tests</artifactId>
<version>1.0.101-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <properties>
+ <testSuite>${project.artifactId}</testSuite>
+ <testClass>org.eclipse.jdt.compiler.tool.tests.AllTests</testClass>
+ </properties>
</project>

Back to the top