aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2019-11-18 14:54:31 +0200
committerOfir Sonsino <os0695@intl.att.com>2019-11-18 14:54:31 +0200
commit19e573a122d8ae1aa6ecca68e4cf7d6b8d2be4b4 (patch)
tree416217ecbee12c332013aae6bac64304988510be
parent0497a997f8c9906d6597c2744b00d5629d36e0c5 (diff)
Surefire configuration fix for coverage
Change-Id: Id1fdd3026ff6155c4d6ffc6bc77f90664e12b3bb Issue-ID: SDC-2326 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r--pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 18e8c5d..9fb21e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,9 +174,6 @@
<version>2.19.1</version>
<configuration>
<argLine>${argLine} -Xmx2048m</argLine>
- <includes>
- <include>**/ToscaParser***Test.class</include>
- </includes>
</configuration>
</plugin>