From 458290ea8aa54afc12d6d72936382f11043bf5d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Sta=CC=88rk?= Date: Wed, 25 Oct 2017 18:32:13 +0200 Subject: [PATCH] build executable jar with mvn package and without the need for mvn compile assembly:single --- pom.xml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index e3978d16..636fda8d 100644 --- a/pom.xml +++ b/pom.xml @@ -82,19 +82,6 @@ - - maven-assembly-plugin - - - - org.mustangproject.toecount.Toecount - - - - jar-with-dependencies - - - org.apache.maven.plugins maven-compiler-plugin @@ -164,6 +151,12 @@ maven-shade-plugin 2.4.3 + + + org.mustangproject.toecount.Toecount + + true