Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-03-30 23:41:43 +0000
committerThanh Ha2013-03-30 23:41:43 +0000
commita9a1b988a37080c4ca5a8f85618d6702980b5815 (patch)
tree0b1361a6a9a15ecb1b6ed325f5056ff9d7783dc7
parent3491522dd7ae9db86d7e24a82ccd7d79f4ca51e3 (diff)
downloadeclipse.platform.releng.aggregator-a9a1b988a37080c4ca5a8f85618d6702980b5815.tar.gz
eclipse.platform.releng.aggregator-a9a1b988a37080c4ca5a8f85618d6702980b5815.tar.xz
eclipse.platform.releng.aggregator-a9a1b988a37080c4ca5a8f85618d6702980b5815.zip
Bug 404609 - [CBI] -Dmaven.test.skip=true should be default
-rw-r--r--eclipse-platform-parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 3e1e0c8f0..9171145d6 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -18,6 +18,7 @@
<packaging>pom</packaging>
<properties>
+ <maven.test.skip>true</maven.test.skip>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<buildType>M</buildType>
<buildId>${buildType}${maven.build.timestamp}</buildId>

Back to the top