aboutsummaryrefslogtreecommitdiffstats
path: root/gui-editors
diff options
context:
space:
mode:
Diffstat (limited to 'gui-editors')
-rw-r--r--gui-editors/gui-editor-apex/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml
index 8c52c7c..2bb3e14 100644
--- a/gui-editors/gui-editor-apex/pom.xml
+++ b/gui-editors/gui-editor-apex/pom.xml
@@ -1,7 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
- Modifications Copyright (C) 2019-2020 Nordix Foundation.
+ Modifications Copyright (C) 2019-2021 Nordix Foundation.
Modifications Copyright (C) 2020 Bell Canada.
Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved.
================================================================================
@@ -144,8 +144,13 @@
<exclude>webapp/webpack.config.js</exclude>
<exclude>webapp/package.json</exclude>
<exclude>webapp/package-lock.json</exclude>
+ <exclude>webapp/dist/**</exclude>
</excludes>
</resource>
+ <resource>
+ <directory>src/main/resources/webapp/dist/</directory>
+ <targetPath>webapp/</targetPath>
+ </resource>
</resources>
<plugins>
<plugin>