Github user mmiklavc commented on a diff in the pull request:
https://github.com/apache/metron/pull/840#discussion_r159680669
--- Diff: pom.xml ---
@@ -159,7 +159,7 @@
<version>${global_surefire_version}</version>
<configuration>
<!-- Skip the default running of this plug-in (or
everything is run twice...see below) -->
- <argLine>@{argLine} -Xmx2048m</argLine>
+ <argLine>-Xmx2048m</argLine>
--- End diff --
The build was failing with this argLine. Though, I can't recall the exact
error now as it's been a while. What's the impact of leaving it off? No code
coverage for this module?
---