From 8e247b653f20fcd3a1facc379b069561e5f1c87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20H=C3=A9ritier?= Date: Mon, 23 Oct 2023 03:21:46 +0200 Subject: [PATCH] fix(#22487): Remove warning for resources plugins (#23946) This PR fixes only the warning emitted by the maven-resource-plugin * It uses a specific execution ID to not have the configuration applied to the default resources:resources mojo * It removes the copy of non-filtered files which is already done by resources:resources --- generators/server/templates/pom.xml.ejs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/generators/server/templates/pom.xml.ejs b/generators/server/templates/pom.xml.ejs index 314b56beb2b2..1134929c71f9 100644 --- a/generators/server/templates/pom.xml.ejs +++ b/generators/server/templates/pom.xml.ejs @@ -758,7 +758,7 @@ ${maven-resources-plugin.version} - default-resources + config-resources validate copy-resources @@ -777,13 +777,6 @@ config/*.yml - - <%= SERVER_MAIN_RES_DIR %> - false - - config/*.yml - -