You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/12 06:40:33 UTC

[isis] branch master updated: ISIS-2445: make sure we don't break surefire when jacoco is active

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 65121b302b ISIS-2445: make sure we don't break surefire when jacoco is active
65121b302b is described below

commit 65121b302b88204dee6b4b599fbcb4261524badc
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 12 08:40:27 2022 +0200

    ISIS-2445: make sure we don't break surefire when jacoco is active
---
 isis-parent/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index 6e75ff2d58..9573865ae9 100644
--- a/isis-parent/pom.xml
+++ b/isis-parent/pom.xml
@@ -1145,6 +1145,9 @@ under the License.
 					<name>jacoco-report-xml</name>
 				</property>
 			</activation>
+			<properties>
+				<surefire-plugin.argLine>@{argLine} -Xms512m -Xmx512m</surefire-plugin.argLine>
+			</properties>
 			<build>
 				<plugins>
 					<plugin>