aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-06 23:15:35 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-06 23:15:35 +0000
commit4b6147aca5ffcf43d6db1232e6d61142c4ce14d7 (patch)
tree477c31473c4eb8209897b404e992ce29d972e030 /pom.xml
parentaf22e3dbddd5b372e815970ff43cc73e29135218 (diff)
parent0d63d99ea283749d2b5c24b073b585faf8a62e7b (diff)
Merge "Enable surefire unit testing"
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 645e6b53..eba735f5 100755
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
- <skipTests>true</skipTests>
+ <skipTests>false</skipTests>
</configuration>
</plugin>
<plugin>