diff --git a/pom.xml b/pom.xml index 1700f04..d1b3222 100644 --- a/pom.xml +++ b/pom.xml @@ -199,9 +199,17 @@ + org.springframework.boot spring-boot-maven-plugin + ZIP + + + non-exists + non-exists + + org.projectlombok @@ -210,6 +218,42 @@ + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + + target/lib + false + false + runtime + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + **/*.properties + **/*.xml + **/*.yml + static/** + templates/** + mybatis/** + + +