Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-27 11:36:32 +0000
committerAlexander Kurtakov2018-04-27 11:36:32 +0000
commitfde39fc97b47e4743249cbd96c62985967700bda (patch)
tree994456f3085a05be8a7d178fad858195c74b5e7a
parent1889866f88b32b8cb1bd266cdc5859429ca230b4 (diff)
downloadeclipse.platform.ua-fde39fc97b47e4743249cbd96c62985967700bda.tar.gz
eclipse.platform.ua-fde39fc97b47e4743249cbd96c62985967700bda.tar.xz
eclipse.platform.ua-fde39fc97b47e4743249cbd96c62985967700bda.zip
Remove skipTests=false in parent pom.I20180428-2020I20180428-1500I20180427-2000
eclipse-platform-parent pom.xml already sets it to the same value. Change-Id: Ife980f1221a3a47bf98e4b387757137376b7af86 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 3c82cb6c9..364c5781c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2015 Eclipse Foundation and others.
+ Copyright (c) 2012, 2018 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -24,8 +24,6 @@
<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