This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch spring6
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/spring6 by this push:
new 649409a9c0 ISIS-3275: fixes surefire on RO and Wkt
649409a9c0 is described below
commit 649409a9c0b6873c9a3f82781733a7aa919f1284
Author: Andi Huber <[email protected]>
AuthorDate: Tue Nov 15 09:44:55 2022 +0100
ISIS-3275: fixes surefire on RO and Wkt
---
viewers/restfulobjects/jaxrs-resteasy/pom.xml | 3 +++
viewers/wicket/viewer/pom.xml | 3 +++
2 files changed, 6 insertions(+)
diff --git a/viewers/restfulobjects/jaxrs-resteasy/pom.xml
b/viewers/restfulobjects/jaxrs-resteasy/pom.xml
index 8c5e06c188..6c707ebdce 100644
--- a/viewers/restfulobjects/jaxrs-resteasy/pom.xml
+++ b/viewers/restfulobjects/jaxrs-resteasy/pom.xml
@@ -30,6 +30,9 @@
<properties>
<jar-plugin.automaticModuleName>org.apache.causeway.viewer.restfulobjects.jaxrsresteasy</jar-plugin.automaticModuleName>
<git-plugin.propertiesDir>org/apache/causeway/viewer.restfulobjects/jaxrsresteasy</git-plugin.propertiesDir>
+
+ <!-- override surefire defaults from bom, as this is not a Java
module yet -->
+ <surefire-plugin.argLine>-Xmx512m</surefire-plugin.argLine>
</properties>
<build>
diff --git a/viewers/wicket/viewer/pom.xml b/viewers/wicket/viewer/pom.xml
index 4be5c2d86e..93f38137bf 100644
--- a/viewers/wicket/viewer/pom.xml
+++ b/viewers/wicket/viewer/pom.xml
@@ -34,6 +34,9 @@
<properties>
<jar-plugin.automaticModuleName>org.apache.causeway.viewer.wicket.viewer</jar-plugin.automaticModuleName>
<git-plugin.propertiesDir>org/apache/causeway/viewer/wicket/viewer</git-plugin.propertiesDir>
+
+ <!-- override surefire defaults from bom, as this is not a Java module
yet -->
+ <surefire-plugin.argLine>-Xmx512m</surefire-plugin.argLine>
</properties>
<build>