From 391ef074b430a675c9f56b942f2c00d91dbd1071 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Wed, 18 Dec 2013 11:51:35 +0100 Subject: [PATCH] Now standalone jar can be build with mvn clean compile assembly:single --- ch.psi.fda.fdaq/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ch.psi.fda.fdaq/pom.xml b/ch.psi.fda.fdaq/pom.xml index c7b4a76..571393d 100644 --- a/ch.psi.fda.fdaq/pom.xml +++ b/ch.psi.fda.fdaq/pom.xml @@ -24,6 +24,23 @@ 1.7 + + + maven-assembly-plugin + 2.4 + + ${project.name}-${project.version} + false + + + ch.psi.fda.fdaq.FdaqMain + + + + jar-with-dependencies + + + \ No newline at end of file