From 06d3fced0235ef6503e8fc5c3fbef8234e77cf85 Mon Sep 17 00:00:00 2001 From: Serge Krot Date: Thu, 19 Feb 2026 12:33:33 +0300 Subject: [PATCH] chore(pom): remove unnecessary configuration options from spring-boot-maven-plugin - Removed fork parameter from spring-boot-maven-plugin (no longer supported in version 3.5.9) - Removed classifier parameter from maven-assembly-plugin (should be defined in the assembly descriptor file instead) - the classifier is properly defined in the assembly descriptor file. In assembly-war-wildfly.xml:4, the wildfly element serves as the classifier. This will append -wildfly to the generated artifact name, producing something like webapp-2.2.0-SNAPSHOT-wildfly.war. --- cibseven-webclient-web/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cibseven-webclient-web/pom.xml b/cibseven-webclient-web/pom.xml index 09c316eb2..49754c594 100644 --- a/cibseven-webclient-web/pom.xml +++ b/cibseven-webclient-web/pom.xml @@ -208,7 +208,6 @@ spring-boot-maven-plugin ${version.spring.boot} - true org.cibseven.webapp.SevenWebclientApplication @@ -247,7 +246,6 @@ assembly-war-wildfly.xml - wildfly true target/