diff options
author | rn509j <rn509j@att.com> | 2017-09-29 00:09:33 -0400 |
---|---|---|
committer | rn509j <rn509j@att.com> | 2017-09-29 00:19:50 -0400 |
commit | 9b4fc97236c644f35a13fefff32c60808e4bab7e (patch) | |
tree | 24ed38ccbd64d912d621874a84cf0d821a8fe01a /pom.xml | |
parent | cb9291657b8c4a3a0e6ef3e580763976f3877224 (diff) |
commiting code for test coverage
changes in POM file.
DMAAP-149
Signed-off-by: rn509j <rn509j@att.com>
Change-Id: I04002c0fd4b62dd112669944cd2201720c2ba899
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -344,8 +344,8 @@ <version>2.12.4</version> <configuration> <excludes> - <!-- exclude until junits updated --> - <exclude>**/DME2*.java</exclude> + <!-- exclude until junits updated + <exclude>**/DME2*.java</exclude> --> </excludes> <!-- <skipTests>true</skipTests> --> </configuration> |