From 8199664953a6d0a892776c4b1ff8808aa5998c18 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 15 Jun 2020 21:11:30 +0200 Subject: Minimize resources in the JAR file. Change-Id: Ie9615599a4b93f17a152abf7c2591161493a5dee --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1e57656..5dcb8e5 100644 --- a/pom.xml +++ b/pom.xml @@ -366,8 +366,13 @@ src/main/resources + META-INF/resources/.cache + META-INF/resources/.eslintrc.js + META-INF/resources/.flowconfig META-INF/resources/.parcel-cache/**/* + META-INF/resources/dist/**/* META-INF/resources/node_modules/**/* + META-INF/resources/web_modules/**/* META-INF/resources/package.json META-INF/resources/yarn.lock -- cgit v1.2.3