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