aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-07 20:04:08 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-07 20:04:08 +0000
commit8d98e1e5488918f17fd31a7b8b375629ca7a06c1 (patch)
treeac4d023307fac7ed0e414ea6a186cbaff6353fae /pom.xml
parent18dfdf213489b19958f2d0944aeee58e80f8cb95 (diff)
parent8ce0ecbb77087de5fc9aaacbaeea6be5d958d50b (diff)
Merge "Enable surefire unit tests"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fb001ecc..8219a545 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
- <skipTests>true</skipTests>
+ <skipTests>false</skipTests>
</configuration>
</plugin>
<plugin>