From 7a0d3d5cbbca479c67c045bae9c60a50337321e0 Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Tue, 22 Oct 2024 13:08:59 +0200 Subject: [PATCH] Fixed missing file copy --- web/pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/web/pom.xml b/web/pom.xml index 9762da035..f7819e017 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -226,6 +226,52 @@ + + only dashboard-embedded.html + process-classes + + copy-resources + + + ${resources.output.dir} + UTF-8 + + + ${basedir}/../dist + + dashboard-embedded.html + + + MapStore2/* + MapStore2/**/* + + + + + + + only geostory-embedded.html + process-classes + + copy-resources + + + ${resources.output.dir} + UTF-8 + + + ${basedir}/../dist + + geostory-embedded.html + + + MapStore2/* + MapStore2/**/* + + + + + only api.html process-classes