diff --git a/pom.xml b/pom.xml index 684c7c4..cd9d85e 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 16 16 @@ -51,6 +52,19 @@ com.glyart.authmevelocity.libs.simplixstorage + + + + + + + *:* + + META-INF/maven/ + META-INF/*.MF + + + diff --git a/proxy/pom.xml b/proxy/pom.xml index d5abaef..d4fc845 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -36,4 +36,14 @@ compile + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + diff --git a/spigot/pom.xml b/spigot/pom.xml index e19bd4c..d466ae6 100644 --- a/spigot/pom.xml +++ b/spigot/pom.xml @@ -42,4 +42,14 @@ provided + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + +