From e7a13797af67e90f3fe8d7d33e108b9947b0c78b Mon Sep 17 00:00:00 2001 From: hongwei Date: Tue, 6 Jan 2026 23:32:45 +0100 Subject: [PATCH] reafctor/add test failure ignore property to maven config Add maven.test.failure.ignore property to control test execution behavior --- obp-api/pom.xml | 1 + obp-commons/pom.xml | 1 + pom.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/obp-api/pom.xml b/obp-api/pom.xml index f95ecd77e..7af24246b 100644 --- a/obp-api/pom.xml +++ b/obp-api/pom.xml @@ -588,6 +588,7 @@ WDF TestSuite.txt -Drun.mode=test -XX:MaxMetaspaceSize=512m -Xms512m -Xmx512m --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.jar=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED code.external + ${maven.test.failure.ignore} diff --git a/obp-commons/pom.xml b/obp-commons/pom.xml index 33e671979..be3797110 100644 --- a/obp-commons/pom.xml +++ b/obp-commons/pom.xml @@ -115,6 +115,7 @@ WDF TestSuite.txt -Drun.mode=test -XX:MaxMetaspaceSize=512m -Xms512m -Xmx512m code.external + ${maven.test.failure.ignore} diff --git a/pom.xml b/pom.xml index b106356a1..082e269b9 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ UTF-8 ${project.build.sourceEncoding} + true 1.2-m1 scaladocs/