This is an automated email from the ASF dual-hosted git repository.
nickallen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git
The following commit(s) were added to refs/heads/master by this push:
new d6763a8 METRON-2006 Reenable JacoCo code coverage (justinleet via
nickwallen) closes apache/metron#1339
d6763a8 is described below
commit d6763a8fad94e7b25bdf03e7b896eb435852c8e5
Author: justinleet <[email protected]>
AuthorDate: Wed Apr 17 10:34:38 2019 -0400
METRON-2006 Reenable JacoCo code coverage (justinleet via nickwallen)
closes apache/metron#1339
---
pom.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7e886aa..1202aff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,8 @@
<global_spark_version>2.3.1</global_spark_version>
<global_httpclient_version>4.3.2</global_httpclient_version>
<global_aesh_version>0.66.19</global_aesh_version>
+ <global_jacoco_version>0.8.3</global_jacoco_version>
+ <argLine></argLine>
</properties>
<profiles>
@@ -175,7 +177,7 @@
<version>${global_surefire_version}</version>
<configuration>
<!-- Skip the default running of this plug-in (or
everything is run twice...see below) -->
- <argLine>-Xmx2048m</argLine>
+ <argLine>@{argLine} -Xmx2048m</argLine>
<skip>true</skip>
<!-- Show 100% of the lines from the stack trace
(doesn't work) -->
<trimStackTrace>false</trimStackTrace>
@@ -287,7 +289,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.9</version>
+ <version>${global_jacoco_version}</version>
<executions>
<execution>
<goals>
@@ -507,7 +509,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.9</version>
+ <version>${global_jacoco_version}</version>
<reportSets>
<reportSet>
<reports>