From 143784a849ece4fc35cc290e33f829b72bf1fc79 Mon Sep 17 00:00:00 2001 From: biniek Date: Mon, 7 Jan 2019 10:26:38 +0100 Subject: Fix for overriding skipTests variable. Before fix skipTests was overriden by variable skiptests. That required nonstandard flag to disable tests. Change-Id: I412c634ebb1c1b34d07f6caa6afb3501414e0a22 Issue-ID: VID-368 Signed-off-by: biniek --- vid-app-common/pom.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'vid-app-common') diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 175c07711..9a01c6cce 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -23,8 +23,6 @@ 4.3.11.Final true - - false https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ @@ -157,7 +155,6 @@ maven-surefire-plugin 2.19.1 - ${skiptests} **/Test*.java **/*Test.java -- cgit 1.2.3-korg