Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2015-09-16 10:14:10 +0000
committerMickael Istria2015-09-16 10:14:10 +0000
commita76b4ae511c95364fb290466b5f08814a2708740 (patch)
tree6967138b0c05f2612800255cde6738e82ea93fff /pom.xml
parent14360cb54932c6d56d2b63596a546e8a072c5068 (diff)
downloadeclipse.platform.ua-a76b4ae511c95364fb290466b5f08814a2708740.tar.gz
eclipse.platform.ua-a76b4ae511c95364fb290466b5f08814a2708740.tar.xz
eclipse.platform.ua-a76b4ae511c95364fb290466b5f08814a2708740.zip
Plugins that cannot run exclude themselves from execution, but default behaviour when not overriden is to run the tests, as Maven best practices and common usage dictates. Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 30da0e4d0..f25fa89a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,8 @@
<packaging>pom</packaging>
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.ua.git</tycho.scmUrl>
+ <!-- See bug 443174 - remove when parent pom doesn't set skipTests to true -->
+ <skipTests>false</skipTests>
</properties>
<!--

Back to the top