summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2a42a29..77eb2cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,6 +289,16 @@
</plugin>
</plugins>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <excludes>
+ <exclude>META-INF/resources/node_modules/**/*</exclude>
+ </excludes>
+ <filtering>false</filtering>
+ </resource>
+ </resources>
+
</build>
<profiles>