aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-07 14:33:25 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-07 14:33:25 +0000
commit8f255495fab500e9da54bd1cc10d645600dd14ce (patch)
tree6f129f971229bb31e8ddb8887730f7cb57914e57
parent79a537071550d5ae0df0c58572ff2b5aa3065c72 (diff)
parent8b87ce15bafea10f271311374d92b9d4621f2ab3 (diff)
Merge "Enable surefire unit tests"
Former-commit-id: 332639d9d5268e57d81b4282bd72830b4e842681
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c9274554..48901e0c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
- <skipTests>true</skipTests>
+ <skipTests>false</skipTests>
</configuration>
</plugin>
<plugin>