diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2019-11-18 14:54:31 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2019-11-18 14:54:31 +0200 |
commit | 19e573a122d8ae1aa6ecca68e4cf7d6b8d2be4b4 (patch) | |
tree | 416217ecbee12c332013aae6bac64304988510be /pom.xml | |
parent | 0497a997f8c9906d6597c2744b00d5629d36e0c5 (diff) |
Surefire configuration fix for coverage
Change-Id: Id1fdd3026ff6155c4d6ffc6bc77f90664e12b3bb
Issue-ID: SDC-2326
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -174,9 +174,6 @@ <version>2.19.1</version> <configuration> <argLine>${argLine} -Xmx2048m</argLine> - <includes> - <include>**/ToscaParser***Test.class</include> - </includes> </configuration> </plugin> |