From: David ‘Bombe’ Roden Date: Thu, 12 Sep 2013 17:09:26 +0000 (+0200) Subject: Add assembly plugin to build JAR file with dependencies. X-Git-Tag: v2~279 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=4662762a30cc0c0e2a3413cad85a166ee647bbbd;hp=47c5662d6173f7efcf81827998ab6caaf930bf71;p=rhynodge.git Add assembly plugin to build JAR file with dependencies. --- diff --git a/pom.xml b/pom.xml index cb2404b..71a053a 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,33 @@ + org.apache.maven.plugins + maven-assembly-plugin + 2.2-beta-5 + + + jar-with-dependencies + + + skip + + + + net.pterodactylus.rhynodge.engine.Starter + + + + + + make-assembly + package + + single + + + + + org.codehaus.mojo exec-maven-plugin 1.2.1