diff options
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 79d8cdd4f..7cd30a21f 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -27,8 +27,6 @@ <!-- Skip assembling the zip by default --> <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> @@ -198,7 +196,6 @@ <artifactId>maven-surefire-plugin</artifactId> <version>${surefire.version}</version> <configuration> - <skipTests>${skiptests}</skipTests> <includes> <include>**/Test*.java</include> <include>**/*Test.java</include> |