From 69c6ecdb0de4557dcc66430110cbf27326a75834 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:48:03 +0100 Subject: [PATCH] sxvs --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pom.xml b/pom.xml index eff5c41..95636db 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,33 @@ + + + org.apache.maven.plugins + maven-resources-plugin + 3.2.0 + + + create-target-directory + initialize + + copy-resources + + + ${project.build.directory} + + + ${project.build.directory} + + * + + false + + + + + +