diff --git a/pom.xml b/pom.xml index 39f2d5b..bdae08a 100644 --- a/pom.xml +++ b/pom.xml @@ -60,11 +60,108 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + + + + + + + + + true + + lib/ + + false + + me.bello.luck.LuckApplication + + + + resources/ + + + ${project.build.directory} + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + + ${project.build.directory}/lib/ + + + + + + + + + + org.springframework.boot spring-boot-maven-plugin + + + + + null + null + + + ZIP + + true + ${project.build.directory} + + + + + repackage + + + + + + + + + + + + false + src/main/resources + + + + + + +