Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2013-09-10 11:36:16 +0000
committerMickael Istria2013-10-25 12:41:44 +0000
commit84eb90496358d4e7ac21acc79fa2123659b9b9ff (patch)
tree2cf3133eebe8477f455b2e47faf1f81dd4773b2e
parentbdfe1ba76baf4d8bafb639ab4d2a14030495566e (diff)
downloadeclipse.jdt.core-84eb90496358d4e7ac21acc79fa2123659b9b9ff.tar.gz
eclipse.jdt.core-84eb90496358d4e7ac21acc79fa2123659b9b9ff.tar.xz
eclipse.jdt.core-84eb90496358d4e7ac21acc79fa2123659b9b9ff.zip
Bug 416912: Configuration for tycho-surefire-plugin
Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: Ie844203235a42b15ac83d5b11567610a80fa0adb
-rw-r--r--org.eclipse.jdt.apt.tests/pom.xml7
-rw-r--r--org.eclipse.jdt.compiler.apt.tests/pom.xml10
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/pom.xml7
-rw-r--r--org.eclipse.jdt.core.tests.builder/pom.xml5
-rw-r--r--org.eclipse.jdt.core.tests.compiler/pom.xml21
-rw-r--r--org.eclipse.jdt.core.tests.model/pom.xml15
-rw-r--r--org.eclipse.jdt.core.tests.performance/pom.xml7
7 files changed, 64 insertions, 8 deletions
diff --git a/org.eclipse.jdt.apt.tests/pom.xml b/org.eclipse.jdt.apt.tests/pom.xml
index facd465711..82fd8c0146 100644
--- a/org.eclipse.jdt.apt.tests/pom.xml
+++ b/org.eclipse.jdt.apt.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.apt.tests</artifactId>
<version>3.3.401-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <properties>
+ <testSuite>${project.artifactId}</testSuite>
+ <testClass>org.eclipse.jdt.apt.tests.TestAll</testClass>
+ </properties>
</project>
diff --git a/org.eclipse.jdt.compiler.apt.tests/pom.xml b/org.eclipse.jdt.compiler.apt.tests/pom.xml
index ef430aab43..931b9c0795 100644
--- a/org.eclipse.jdt.compiler.apt.tests/pom.xml
+++ b/org.eclipse.jdt.compiler.apt.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>
@@ -22,6 +23,11 @@
<version>1.0.500-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <properties>
+ <testSuite>${project.artifactId}</testSuite>
+ <testClass>org.eclipse.jdt.compiler.apt.tests.AllTests</testClass>
+ </properties>
+
<build>
<plugins>
@@ -30,7 +36,7 @@
<artifactId>target-platform-configuration</artifactId>
<configuration>
<dependency-resolution>
- <!--
+ <!--
these fragments are assumed to be present during compile and runtime.
cleaner solution would be to add Import-Package
-->
diff --git a/org.eclipse.jdt.compiler.tool.tests/pom.xml b/org.eclipse.jdt.compiler.tool.tests/pom.xml
index d866ff7df9..8cf5311357 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>
diff --git a/org.eclipse.jdt.core.tests.builder/pom.xml b/org.eclipse.jdt.core.tests.builder/pom.xml
index 3f471bf3fd..e8c11dfcc5 100644
--- a/org.eclipse.jdt.core.tests.builder/pom.xml
+++ b/org.eclipse.jdt.core.tests.builder/pom.xml
@@ -21,4 +21,9 @@
<artifactId>org.eclipse.jdt.core.tests.builder</artifactId>
<version>3.8.2-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <testClass>org.eclipse.jdt.core.tests.builder.BuilderTests</testClass>
+ <testSuite>${project.artifactId}</testSuite>
+ </properties>
</project>
diff --git a/org.eclipse.jdt.core.tests.compiler/pom.xml b/org.eclipse.jdt.core.tests.compiler/pom.xml
index d36391bfcb..84cd6ec254 100644
--- a/org.eclipse.jdt.core.tests.compiler/pom.xml
+++ b/org.eclipse.jdt.core.tests.compiler/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,9 +22,25 @@
<artifactId>org.eclipse.jdt.core.tests.compiler</artifactId>
<version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
-
+
<properties>
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
</properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <configuration>
+ <includes>
+ <include>org/eclipse/jdt/core/tests/compiler/parser/TestAll.class</include>
+ <include>org/eclipse/jdt/core/tests/compiler/regression/TestAll.class</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
diff --git a/org.eclipse.jdt.core.tests.model/pom.xml b/org.eclipse.jdt.core.tests.model/pom.xml
index 611a96389b..66de5e6d6f 100644
--- a/org.eclipse.jdt.core.tests.model/pom.xml
+++ b/org.eclipse.jdt.core.tests.model/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>
@@ -36,6 +37,18 @@
<timestampProvider>default</timestampProvider>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <configuration>
+ <includes>
+ <include>org/eclipse/jdt/core/tests/model/AllJavaModelTests.class</include>
+ <include>org/eclipse/jdt/core/tests/dom/RunAllTests.class</include>
+ <include>org/eclipse/jdt/core/tests/RunFormatterTests.class</include>
+ </includes>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
diff --git a/org.eclipse.jdt.core.tests.performance/pom.xml b/org.eclipse.jdt.core.tests.performance/pom.xml
index 44f27dca9a..1a957a38ff 100644
--- a/org.eclipse.jdt.core.tests.performance/pom.xml
+++ b/org.eclipse.jdt.core.tests.performance/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.core.tests.performance</artifactId>
<version>3.8.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <properties>
+ <testSuite>${project.artifactId}</testSuite>
+ <testClass>org.eclipse.jdt.core.tests.performance.AllPerformanceTests</testClass>
+ </properties>
</project>

Back to the top