From ef8826a317908115b4a050e0537a3b95170fb441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francis=20Gagn=C3=A9?= Date: Sat, 4 Oct 2014 14:35:11 -0400 Subject: Configure assembly generation Add the configuration to generate an assembly during the package phase in the POM. --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pom.xml b/pom.xml index de01afe..c03ad4b 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,33 @@ 1.7 + + + maven-assembly-plugin + 2.4.1 + + + + org.reasm.batch.Assembler + + + + jar-with-dependencies + + + + + + + + assembly + package + + single + + + + -- cgit v1.2.3