From 96e4a474b98895c03887837bd61a27e8a63fc8fe Mon Sep 17 00:00:00 2001 From: StephanPirnbaum Date: Wed, 9 Aug 2017 16:42:50 +0200 Subject: [PATCH] Added jar packaging configuration --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index 079b2ab..47957de 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,30 @@ 1.8 + + org.apache.maven.plugins + maven-assembly-plugin + + + package + + single + + + + + + com.buschmais.sarf.SARFRunner + + + + + jar-with-dependencies + + + + +