From 8693e94bd99aaed47428ff4aab7cd5b2e80178ba Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sun, 30 Nov 2025 00:48:42 +0100 Subject: [PATCH] chore: Remove duplicate maven-surefire-plugin This fixes the following message seen when building this project: $ mvn test [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.twilio.sdk:twilio:jar:11.1.0 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ line 447, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8a103f96ee..85053fa9c1 100644 --- a/pom.xml +++ b/pom.xml @@ -440,10 +440,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - org.apache.maven.plugins maven-surefire-plugin