From 1b7e21c8ee98ede2dee7085f32c1ff1f85b9150d Mon Sep 17 00:00:00 2001 From: poweronoff Date: Sat, 22 Apr 2017 21:45:45 +0200 Subject: [PATCH] maven builds now executable jar --- pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 5be2fdb..272f23e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,11 @@ toy-bot de.dj_steam.toybot 1.0-SNAPSHOT + jar + + + UTF-8 + @@ -39,18 +44,54 @@ - - org.springframework.boot - spring-boot-maven-plugin - org.apache.maven.plugins maven-compiler-plugin + 3.6.1 1.8 1.8 + + maven-clean-plugin + 3.0.0 + + + auto-clean + initialize + + clean + + + + + + maven-assembly-plugin + + + package + + single + + + + + + + de.dj_steam.bot.cli.LoopingConsole + + + + jar-with-dependencies + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + \ No newline at end of file