diff --git a/pom.xml b/pom.xml index 860b207..9defb2e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 github-ations great.project - 1.0 + 1.0.0 @@ -122,6 +122,38 @@ + + + org.apache.maven.plugins + maven-shade-plugin + 3.4.1 + + + package + + shade + + + + + great.project.App + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + org.apache.maven.plugins maven-compiler-plugin