From 34eabe4fb2e76f613381b1edf263d0c534a55c99 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 13 Apr 2021 14:02:37 -0400 Subject: Update version of maven resources plugin Policy parent specifies a newer version of the maven resources plugin. Modified the pom to work with it. According to the docs, copy-resources is only needed when copying from directories outside of src/main/resources. Issue-ID: POLICY-3182 Change-Id: Icb125914dd0fc15a9b2da4290b7e06338a0fae4a Signed-off-by: Jim Hahn --- gui-editors/gui-editor-apex/pom.xml | 38 ++++++++++++------------------------- 1 file changed, 12 insertions(+), 26 deletions(-) (limited to 'gui-editors/gui-editor-apex/pom.xml') diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index 61ea8af..905ad47 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -135,6 +135,18 @@ install ${project.build.directory}/classes + + + src/main/resources + + webapp/node/** + webapp/node_modules/** + webapp/webpack.config.js + webapp/package.json + webapp/package-lock.json + + + com.github.eirslett @@ -183,32 +195,6 @@ - - org.apache.maven.plugins - maven-resources-plugin - 3.1.0 - - true - - - - Copy frontend build to target - prepare-package - - copy-resources - - - ${project.build.directory}/classes/webapp - - - ${webapp.dir}/dist - false - - - - - - org.apache.maven.plugins maven-clean-plugin -- cgit 1.2.3-korg