diff options
Diffstat (limited to 'vid-app-common')
-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 175c07711..9a01c6cce 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -23,8 +23,6 @@ <hibernate.version>4.3.11.Final</hibernate.version> <!-- 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> @@ -157,7 +155,6 @@ <artifactId>maven-surefire-plugin</artifactId> <version>2.19.1</version> <configuration> - <skipTests>${skiptests}</skipTests> <includes> <include>**/Test*.java</include> <include>**/*Test.java</include> |