diff options
author | arkadiusz.adamski <aadamski@est.tech> | 2021-05-20 17:33:18 +0100 |
---|---|---|
committer | arkadiusz.adamski <aadamski@est.tech> | 2021-05-20 17:34:43 +0100 |
commit | 4ea0f910d4ad5c15915eec49b5057d7af5c6dbf6 (patch) | |
tree | 1bc1236e1e89e0b9e058694a45e5056129ada9d9 /gui-editors | |
parent | e6a9251b46ce602ac0dccfe5890d886c7e445ed7 (diff) |
gui-editor-apex doesn't contain webapp correctly
- change location of css, js and html files in jar.
Issue-ID: POLICY-3322
Signed-off-by: arkadiusz.adamski <aadamski@est.tech>
Change-Id: I712e84cc3a923bdfd6f7857afec914a37f47a54d
Diffstat (limited to 'gui-editors')
-rw-r--r-- | gui-editors/gui-editor-apex/pom.xml | 7 |
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 905ad47..a87e0fd 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> |