Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2014-08-20 08:35:12 +0000
committerDavid Williams2014-08-26 20:25:21 +0000
commit09e92c0c559e2ed0ae58aad2872ce951ea00b81b (patch)
tree8f0420fccc75cf845d3ca253a35699aedb82eff9 /eclipse-platform-parent/pom.xml
parent35d5ed29ac64bdee264b5c22c36317f50df79ec1 (diff)
downloadeclipse.platform.releng.aggregator-09e92c0c559e2ed0ae58aad2872ce951ea00b81b.tar.gz
eclipse.platform.releng.aggregator-09e92c0c559e2ed0ae58aad2872ce951ea00b81b.tar.xz
eclipse.platform.releng.aggregator-09e92c0c559e2ed0ae58aad2872ce951ea00b81b.zip
Bug 442042 - Use skipTests instead of maven.test.skip in parent pom for
the Eclipse platform Change-Id: Ia2e90825cf5dee939063760889d1d50cbef131be Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 16832da2a..9bc354d13 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -10,6 +10,7 @@
Igor Fedorenko - initial implementation
Thanh Ha - improvements and maintenance
David Williams - improvements and maintenance
+ Lars Vogel - Bug 442042
-->
<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,7 +22,7 @@
<maven>3.1.1</maven>
</prerequisites>
<properties>
- <maven.test.skip>true</maven.test.skip>
+ <skipTests>true</skipTests>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<buildTimestamp>${maven.build.timestamp}</buildTimestamp>
<buildType>I</buildType>

Back to the top