diff --git a/xdclass-coupon-service/pom.xml b/xdclass-coupon-service/pom.xml index b9f7bfc..ff5b445 100644 --- a/xdclass-coupon-service/pom.xml +++ b/xdclass-coupon-service/pom.xml @@ -25,4 +25,45 @@ UTF-8 + + alibaba-cloud-coupon + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + repackage + + + + + + true + true + + + + + + com.spotify + dockerfile-maven-plugin + 1.4.10 + + + ${docker.image.prefix}/${project.artifactId} + + + target/${project.build.finalName}.jar + + + + + + + \ No newline at end of file diff --git a/xdclass-gateway/pom.xml b/xdclass-gateway/pom.xml index 0564906..d81155c 100644 --- a/xdclass-gateway/pom.xml +++ b/xdclass-gateway/pom.xml @@ -44,6 +44,48 @@ + + alibaba-cloud-gateway + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + repackage + + + + + + true + true + + + + + + com.spotify + dockerfile-maven-plugin + 1.4.10 + + + ${docker.image.prefix}/${project.artifactId} + + + target/${project.build.finalName}.jar + + + + + + + + 8 8 diff --git a/xdclass-order-service/pom.xml b/xdclass-order-service/pom.xml index 82383f0..a685e7b 100644 --- a/xdclass-order-service/pom.xml +++ b/xdclass-order-service/pom.xml @@ -26,7 +26,47 @@ + + alibaba-cloud-order + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + repackage + + + + + + true + true + + + + + + com.spotify + dockerfile-maven-plugin + 1.4.10 + + + ${docker.image.prefix}/${project.artifactId} + + + target/${project.build.finalName}.jar + + + + + + + 8 diff --git a/xdclass-product-service/pom.xml b/xdclass-product-service/pom.xml index bff81aa..a4cb418 100644 --- a/xdclass-product-service/pom.xml +++ b/xdclass-product-service/pom.xml @@ -19,6 +19,48 @@ + + alibaba-cloud-product + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + repackage + + + + + + true + true + + + + + + com.spotify + dockerfile-maven-plugin + 1.4.10 + + + ${docker.image.prefix}/${project.artifactId} + + + target/${project.build.finalName}.jar + + + + + + + + 8 8 diff --git a/xdclass-user-service/pom.xml b/xdclass-user-service/pom.xml index 5a194c7..6a6614c 100644 --- a/xdclass-user-service/pom.xml +++ b/xdclass-user-service/pom.xml @@ -37,6 +37,48 @@ + + alibaba-cloud-user + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + repackage + + + + + + true + true + + + + + + com.spotify + dockerfile-maven-plugin + 1.4.10 + + + ${docker.image.prefix}/${project.artifactId} + + + target/${project.build.finalName}.jar + + + + + + + + 8 8