From b6c129ef083291214cfa64a28a599c845e3d3b75 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Fri, 18 Oct 2024 10:50:27 +0200 Subject: [PATCH] OZG-6710 configure spring-maven-plugin: add resources --- ozgcloud-common-parent/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ozgcloud-common-parent/pom.xml b/ozgcloud-common-parent/pom.xml index 4f59e36..195502a 100644 --- a/ozgcloud-common-parent/pom.xml +++ b/ozgcloud-common-parent/pom.xml @@ -212,6 +212,7 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> + <addResources>true</addResources> <image> <env> <BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS> -- GitLab