diff --git a/safechat/pom.xml b/safechat/pom.xml
index 754f523..5fcd4f9 100644
--- a/safechat/pom.xml
+++ b/safechat/pom.xml
@@ -4,7 +4,7 @@
4.0.0
studio.thevipershow
safechat
- 2.1.7-SNAPSHOT
+ 2.1.8-SNAPSHOT
1.8
@@ -161,14 +161,25 @@
system
- META-INF/*.SF
- META-INF/*.DSA
- META-INF/*.RSA
+ META-INF/**
${project.build.directory}/classes
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 2.4
+
+
+ false
+
+ false
+
+
+
+
org.apache.maven.plugins
maven-compiler-plugin
@@ -197,9 +208,7 @@
*:*
module-info.class
- META-INF/*.SF
- META-INF/*.DSA
- META-INF/*.RSA
+ META-INF/**