diff --git a/pom.xml b/pom.xml index 86420a7..6d7fd4b 100644 --- a/pom.xml +++ b/pom.xml @@ -145,18 +145,59 @@ + + - org.springframework.boot - spring-boot-maven-plugin + org.apache.maven.plugins + maven-jar-plugin - - - org.projectlombok - lombok - - + ${project.build.directory}/libs + + + com.label.LabelBackendApplication + false + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + copy-dependencies + + ${project.build.directory}/libs + test + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + create-distribution + package + single + + + src/main/assembly/distribution.xml + + ${project.artifactId}-${project.version} + false + + + + +