From: David ‘Bombe’ Roden Date: Wed, 13 Oct 2010 04:27:38 +0000 (+0200) Subject: Store dependencies in resulting JAR file. X-Git-Tag: 0.1-RC1~525 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=sidebyside;h=ea8598d75170afaa0879781f87d9636529b68011;hp=a47361f1f91afac51ba7dfc937f7c64576ca8935;p=Sone.git Store dependencies in resulting JAR file. --- diff --git a/pom.xml b/pom.xml index 2a5dec0..dc5038b 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,29 @@ + + org.apache.maven.plugins + maven-assembly-plugin + + + jar-with-dependencies + + + + net.pterodactylus.sone.main.SonePlugin + + + + + + make-assembly + package + + single + + + +