diff --git a/.gitignore b/.gitignore index a7e6162..df6a1a1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ target .DS_Store .idea symon.iml +/dependency-reduced-pom.xml diff --git a/pom.xml b/pom.xml index ace1264..6b9257d 100644 --- a/pom.xml +++ b/pom.xml @@ -44,24 +44,31 @@ org.apache.maven.plugins - maven-assembly-plugin - 2.6 + maven-shade-plugin + 3.2.0 - - jar-with-dependencies - - false - - + + com.loomcom.symon.Main - - + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + make-assembly package - single + shade @@ -81,7 +88,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.6 + 3.2.0