commit | 0d63d99ea283749d2b5c24b073b585faf8a62e7b | [log] [tgz] |
---|---|---|
author | Marcus G K Williams <marcus.williams@intel.com> | Fri Sep 01 15:44:56 2017 -0700 |
committer | Marcus G K Williams <marcus.williams@intel.com> | Wed Sep 06 14:23:52 2017 -0700 |
tree | 89ba032fabe5e758107504eb5279fd1c0aa82eb6 | |
parent | bc1d45117a4b7bf4a224ffe2dd16e532e4f123ee [diff] [blame] |
Enable surefire unit testing Issue-Id: CCSDK-67 Change-Id: I3d03ff1a3e312edd4af7ab69508760d2fe49be78 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
diff --git a/pom.xml b/pom.xml index 3c01ec9..c0c6341 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>