Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-10-09 18:42:11 +0000
committerDavid Williams2015-10-09 18:42:11 +0000
commit77f2ee6e545f27d5e025dd000953f5c055c58bce (patch)
treeb330cbc527c4aa6627951a80ae6c929901fca0a3 /eclipse-platform-parent/pom.xml
parent1ea03bd9557171552405d4bb52e9c7e043982747 (diff)
downloadeclipse.platform.releng.aggregator-77f2ee6e545f27d5e025dd000953f5c055c58bce.tar.gz
eclipse.platform.releng.aggregator-77f2ee6e545f27d5e025dd000953f5c055c58bce.tar.xz
eclipse.platform.releng.aggregator-77f2ee6e545f27d5e025dd000953f5c055c58bce.zip
Bug 443174 - Parent pom should set skipTests=false
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index fd6b9f8e8..7e3a16732 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -33,7 +33,7 @@
<maven>3.1.1</maven>
</prerequisites>
<properties>
- <skipTests>true</skipTests>
+ <skipTests>false</skipTests>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<buildTimestamp>${maven.build.timestamp}</buildTimestamp>
<buildType>I</buildType>

Back to the top