From 9de79afa5fc975228eaa0ab7f941f0feb6a3d854 Mon Sep 17 00:00:00 2001 From: Kirill Lesohorskyi Date: Tue, 9 Apr 2019 20:54:49 +0300 Subject: [PATCH 1/3] added manifest --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index a0d1777..c66130d 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,20 @@ 8 + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + + true + lib/ + kpi.acts.appz.bot.hellobot.HelloWorldBot + + + + From 8bcc82d680959425224eae8deec064f0ed9f1b69 Mon Sep 17 00:00:00 2001 From: Kirill Lesohorskyi Date: Tue, 9 Apr 2019 21:44:53 +0300 Subject: [PATCH 2/3] Fixed plugins --- hello_bot/pom.xml | 14 ++++++++++++++ pom.xml | 32 +++++++++++++++++++++----------- 2 files changed, 35 insertions(+), 11 deletions(-) diff --git a/hello_bot/pom.xml b/hello_bot/pom.xml index e8e01a0..196ebdb 100644 --- a/hello_bot/pom.xml +++ b/hello_bot/pom.xml @@ -38,6 +38,20 @@ 8 + + org.springframework.boot + spring-boot-maven-plugin + + + + spring-boot + + kpi.acts.appz.bot.hellobot.HelloWorldBot + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index c66130d..365ae7b 100644 --- a/pom.xml +++ b/pom.xml @@ -30,17 +30,27 @@ org.apache.maven.plugins - maven-jar-plugin - 3.1.0 - - - - true - lib/ - kpi.acts.appz.bot.hellobot.HelloWorldBot - - - + maven-assembly-plugin + + + package + + single + + + + + + kpi.acts.appz.bot.hellobot.HelloWorldBot + + + + + jar-with-dependencies + + + + From de334cb3f6e30554fdd80d36b2863887fac898f8 Mon Sep 17 00:00:00 2001 From: Kirill Lesohorskyi Date: Tue, 9 Apr 2019 23:46:34 +0300 Subject: [PATCH 3/3] removed spring plugin --- hello_bot/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/hello_bot/pom.xml b/hello_bot/pom.xml index 196ebdb..e8e01a0 100644 --- a/hello_bot/pom.xml +++ b/hello_bot/pom.xml @@ -38,20 +38,6 @@ 8 - - org.springframework.boot - spring-boot-maven-plugin - - - - spring-boot - - kpi.acts.appz.bot.hellobot.HelloWorldBot - - - - - \ No newline at end of file