summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-09-10 15:50:42 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-09-10 15:51:30 +0200
commit3000a6a7a1abe4792ea95f6611844be5b34c2fb5 (patch)
treebce0265e049b1403d32ac7b6be17e4a4ae7c2c61 /pom.xml
parent5758e7c9094597585c160173ebde194d70ac558a (diff)
KB56 POM: Disable filtering of web resources.
Change-Id: Ia99ba4a5ad354f0a7d99d069712a74056e22238d
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0514532..29e987f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -287,7 +287,7 @@
<resources>
<resource>
<directory>${basedir}/src/main/resources/META-INF/resources/dist</directory>
- <filtering>true</filtering>
+ <filtering>false</filtering>
</resource>
</resources>
</configuration>