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 --- epsdk-app-onap/pom.xml | 3 --- vid-app-common/pom.xml | 3 --- 2 files changed, 6 deletions(-) diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index fec6d0cc..fb80e240 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -22,8 +22,6 @@ 4.3.11.Final true - - false https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ @@ -131,7 +129,6 @@ maven-surefire-plugin 2.19.1 - ${skiptests} **/Test*.java **/*Test.java diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 175c0771..9a01c6cc 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