From c58c66ff61c53936eb3e545874561aee63885bbd Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Tue, 4 Oct 2016 21:10:31 +0200 Subject: [PATCH] Maven assembly plugin --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index f194624..a71418c 100644 --- a/pom.xml +++ b/pom.xml @@ -174,6 +174,22 @@ ${project.build.sourceEncoding} + + org.apache.maven.plugins + maven-assembly-plugin + 2.6 + + + + com.prueba.MainRun + + + + jar-with-dependencies + + + + org.jacoco -- 2.1.4