From cc86c1016a0376e55274b1ad47b301c7f610c32f Mon Sep 17 00:00:00 2001 From: Fu Cheng Date: Fri, 4 Oct 2024 17:07:55 +1300 Subject: [PATCH] fix maven surefire plugin --- tool-builders/openapi/pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tool-builders/openapi/pom.xml b/tool-builders/openapi/pom.xml index a33f9b4..b4ce878 100644 --- a/tool-builders/openapi/pom.xml +++ b/tool-builders/openapi/pom.xml @@ -37,17 +37,18 @@ org.apache.maven.plugins maven-surefire-plugin - 2.12 + 2.22.2 - + loggerPath conf/log4j.properties - + -Xms512m -Xmx1500m methods - pertest + 1 + true