gui-editor-apex doesn't contain webapp correctly 71/121471/1
authorarkadiusz.adamski <aadamski@est.tech>
Thu, 20 May 2021 16:33:18 +0000 (17:33 +0100)
committerarkadiusz.adamski <aadamski@est.tech>
Thu, 20 May 2021 16:34:43 +0000 (17:34 +0100)
- 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

gui-editors/gui-editor-apex/pom.xml

index 905ad47..a87e0fd 100644 (file)
@@ -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.
   ================================================================================
                     <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>