From bd38ffe329cc773014b7226f15364217cad50cb9 Mon Sep 17 00:00:00 2001 From: yujt Date: Mon, 18 May 2020 09:34:24 +0800 Subject: [PATCH] =?UTF-8?q?pom=E6=96=87=E4=BB=B6source=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epdc-cloud-optimize-department/pom.xml | 53 ++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/epdc-cloud-optimize-department/pom.xml b/epdc-cloud-optimize-department/pom.xml index e240122..f184ae9 100644 --- a/epdc-cloud-optimize-department/pom.xml +++ b/epdc-cloud-optimize-department/pom.xml @@ -54,4 +54,57 @@ + + ${project.artifactId} + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + com.spotify + dockerfile-maven-plugin + + + + ${project.basedir}/src/main/java + + + + true + ${basedir}/src/main/resources + + **/application*.yml + **/*.properties + logback-spring.xml + registry.conf + + + + ${basedir}/src/main/resources + + **/application*.yml + **/*.properties + logback-spring.xml + registry.conf + + + + + + \ No newline at end of file