aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-06 23:15:43 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-06 23:15:43 +0000
commitc3861f3219196626e9b6caffdbd0be6a96ffaf8e (patch)
tree0b66ede9c214d3648bf4442e60c18b1e874c9f89 /pom.xml
parente0c8895854715081c3c5a3917948075db3b4765b (diff)
parent7703d8d1f66f7a3709f7d44202833cb8fe0e4274 (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 f641ef50..eefdf04e 100755
--- 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>