diff options
author | biniek <lukasz.biniek@nokia.com> | 2019-01-07 10:26:38 +0100 |
---|---|---|
committer | biniek <lukasz.biniek@nokia.com> | 2019-01-07 10:26:38 +0100 |
commit | 143784a849ece4fc35cc290e33f829b72bf1fc79 (patch) | |
tree | b101cca463b60ba0961f946960104cd54b84a7cc /epsdk-app-onap/pom.xml | |
parent | 5ec29ff5e3864f1ba6ecac71f8bffbefa400cf27 (diff) |
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 <lukasz.biniek@nokia.com>
Diffstat (limited to 'epsdk-app-onap/pom.xml')
-rwxr-xr-x | epsdk-app-onap/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
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 @@ <hibernate.version>4.3.11.Final</hibernate.version> <!-- Skip assembling the zip; assemble via mvn -Dskipassembly=false .. --> <skipassembly>true</skipassembly> - <!-- Tests usually require some setup that maven cannot do, so skip. --> - <skiptests>false</skiptests> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> @@ -131,7 +129,6 @@ <artifactId>maven-surefire-plugin</artifactId> <version>2.19.1</version> <configuration> - <skipTests>${skiptests}</skipTests> <includes> <include>**/Test*.java</include> <include>**/*Test.java</include> |