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/