commit | 7703d8d1f66f7a3709f7d44202833cb8fe0e4274 | [log] [tgz] |
---|---|---|
author | Marcus G K Williams <marcus.williams@intel.com> | Fri Sep 01 15:41:27 2017 -0700 |
committer | Marcus G K Williams <marcus.williams@intel.com> | Wed Sep 06 13:14:36 2017 -0700 |
tree | 649ed3b4468a5379d09b2de1ac330a0afdd1ee54 | |
parent | 6fbbf0193e7389c80d85c205f1edd9af6ac0e431 [diff] [blame] |
Enable surefire unit testing Issue-Id: CCSDK-67 Change-Id: I955938365dd62b2125b73f8a668568e3343db015 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
diff --git a/pom.xml b/pom.xml index f641ef5..eefdf04 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>