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
commit c0e7a641088f74411bc9f0e4cb7bd44219a9a957 Author: Andi Huber <[email protected]> AuthorDate: Wed Nov 16 06:40:57 2022 +0100 ISIS-3275: more surefire fixes --- extensions/pom.xml | 3 +++ testing/pom.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/extensions/pom.xml b/extensions/pom.xml index 724d3bff47..524008884b 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -35,6 +35,9 @@ <properties> <jar-plugin.automaticModuleName>org.apache.causeway.extensions</jar-plugin.automaticModuleName> <git-plugin.propertiesDir>org/apache/causeway/extensions</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/testing/pom.xml b/testing/pom.xml index c44eaafc86..12096d83ad 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -36,6 +36,9 @@ <jar-plugin.automaticModuleName>org.apache.causeway.testing</jar-plugin.automaticModuleName> <git-plugin.propertiesDir>org/apache/causeway/testing</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>
