From 394b6c753a82ab73b912e8efdc97c92d30d07dfc Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Fri, 30 Dec 2022 22:20:21 +0100 Subject: [PATCH] disable test execution for commons-maven and commons-gradle, not really needed anymore --- headless-services/commons/commons-gradle/pom.xml | 12 ++++++++++++ headless-services/commons/commons-maven/pom.xml | 13 ++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/headless-services/commons/commons-gradle/pom.xml b/headless-services/commons/commons-gradle/pom.xml index 4e9d5f289..f3ff91a26 100644 --- a/headless-services/commons/commons-gradle/pom.xml +++ b/headless-services/commons/commons-gradle/pom.xml @@ -51,4 +51,16 @@ + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + diff --git a/headless-services/commons/commons-maven/pom.xml b/headless-services/commons/commons-maven/pom.xml index 884d19c54..b84d9c6d7 100644 --- a/headless-services/commons/commons-maven/pom.xml +++ b/headless-services/commons/commons-maven/pom.xml @@ -117,5 +117,16 @@ + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + - + \ No newline at end of file