From e3c17227d7b288494f80ac336adfec034991fc5b Mon Sep 17 00:00:00 2001 From: Conor Heffron Date: Fri, 11 Oct 2024 00:43:24 +0100 Subject: [PATCH] Update pom.xml --- pom.xml | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 90586c8..a0423c4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ conorheffron ironoc - 5.2.2 + 5.2.3 war @@ -194,6 +194,28 @@ + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + + copy-resources + process-classes + + copy-resources + + + ${basedir}/target/classes/static + + + ${basedir}/frontend/build + + + + + + com.github.eirslett frontend-maven-plugin @@ -227,35 +249,12 @@ npm - prepare-package run build - - org.apache.maven.plugins - maven-resources-plugin - 3.3.1 - - - copy-resources - process-classes - - copy-resources - - - ${basedir}/target/classes/static - - - ${basedir}/frontend/build - - - - - -