From: biniek Date: Mon, 7 Jan 2019 09:26:38 +0000 (+0100) Subject: Fix for overriding skipTests variable. X-Git-Tag: 4.0.0~101 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=143784a849ece4fc35cc290e33f829b72bf1fc79;p=vid.git 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 --- diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index fec6d0cc1..fb80e2409 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 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