From: Jim Hahn Date: Tue, 13 Apr 2021 18:02:37 +0000 (-0400) Subject: Update version of maven resources plugin X-Git-Tag: 2.1.0~48 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=34eabe4fb2e76f613381b1edf263d0c534a55c99;p=policy%2Fgui.git 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 --- 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