From 70ef1c51945f2d14913ed14a11fe608f1193dcb9 Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya Date: Sat, 26 Oct 2024 11:16:03 +0900 Subject: [PATCH] fix #2855 Exclude .map files from build output --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 9fcd8ac4b..efc37f7d7 100644 --- a/pom.xml +++ b/pom.xml @@ -109,6 +109,7 @@ ${project.build.directory}/${project.build.finalName}-compress + **/*.min.map,**/*.min.css.map,**/*.min.js.map