From e8a93a99c29beb3d9392ff3153d81201d2391f98 Mon Sep 17 00:00:00 2001 From: Karsten Thoms Date: Sat, 9 Nov 2024 10:04:47 +0100 Subject: [PATCH] chore(build): remove profile 'disable-javascript-tests' (#181) --- spin/core/pom.xml | 21 --------------------- spin/dataformat-json-jackson/pom.xml | 21 --------------------- spin/dataformat-xml-dom/pom.xml | 22 ---------------------- 3 files changed, 64 deletions(-) diff --git a/spin/core/pom.xml b/spin/core/pom.xml index c5641d25d4e..5802127a02c 100644 --- a/spin/core/pom.xml +++ b/spin/core/pom.xml @@ -91,27 +91,6 @@ - - disable-javascript-tests - - (,1.8) - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${jacoco.argLine} -XX:PermSize=128m - - **/javascript/** - - - - - - - check-api-compatibility diff --git a/spin/dataformat-json-jackson/pom.xml b/spin/dataformat-json-jackson/pom.xml index 04e6bc3f137..8b318fb59e8 100644 --- a/spin/dataformat-json-jackson/pom.xml +++ b/spin/dataformat-json-jackson/pom.xml @@ -128,27 +128,6 @@ - - disable-javascript-tests - - (,1.8) - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${jacoco.argLine} -XX:PermSize=128m -XX:MaxPermSize=256m - - **/javascript/** - - - - - - - check-api-compatibility diff --git a/spin/dataformat-xml-dom/pom.xml b/spin/dataformat-xml-dom/pom.xml index ca8b4704319..353254f77ba 100644 --- a/spin/dataformat-xml-dom/pom.xml +++ b/spin/dataformat-xml-dom/pom.xml @@ -113,28 +113,6 @@ - - - disable-javascript-tests - - (,1.8) - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${jacoco.argLine} -XX:PermSize=128m -Duser.timezone=GMT+02:00 - - **/javascript/** - - - - - - - check-api-compatibility