summaryrefslogtreecommitdiffstats
path: root/document/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'document/pom.xml')
-rw-r--r--document/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/document/pom.xml b/document/pom.xml
index 3faada08553..e2b9335ddc2 100644
--- a/document/pom.xml
+++ b/document/pom.xml
@@ -83,12 +83,10 @@
<finalName>${project.artifactId}-jar-with-dependencies</finalName>
<filters>
<filter>
- <!-- Don't include signature files from bouncycastle in uber jar. -->
<artifact>*:*</artifact>
<excludes>
- <exclude>META-INF/*.SF</exclude>
- <exclude>META-INF/*.DSA</exclude>
- <exclude>META-INF/*.RSA</exclude>
+ <exclude>META-INF/**</exclude>
+ <exclude>module-info.class</exclude>
</excludes>
</filter>
</filters>