From db144ec7b37c0c9c5f4a110d64d4bb38e6a5d7fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Fri, 11 Oct 2019 14:25:14 +0800 Subject: [PATCH] =?utf8?q?fix:=20=E4=BF=AE=E6=AD=A3dockerfile=20build=20pu?= =?utf8?q?sh=E7=9A=84=E7=BC=96=E8=AF=91=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- common/pom.xml | 33 ++++++++++++++++++++++ pom.xml | 75 +++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 104 insertions(+), 4 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index cec612e..1e70db8 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -141,4 +141,37 @@ + + + + + com.spotify + dockerfile-maven-plugin + ${dockerfile-maven-plugin.version} + + ${dockerfile.image.server}/${dockerfile.image.prefix}/${project.artifactId} + ${project.version} + true + + ${project.build.finalName}.${project.packaging} + ${project.version} + ${project.artifactId} + + + + + + + + + com.spotify + dockerfile-maven-plugin + + true + + + + + + diff --git a/pom.xml b/pom.xml index 7b0234b..d3c0f58 100644 --- a/pom.xml +++ b/pom.xml @@ -11,10 +11,6 @@ Supwisdom Backend Framework Parent Supwisdom Backend Framework Parent project - - true - - common @@ -28,5 +24,76 @@ gateway + + UTF-8 + 1.8 + + -Dfile.encoding=UTF-8 + + true + true + + ${java.version} + ${java.version} + + true + + 1.4.8 + harbor.supwisdom.com + sw-admin-framework + + + + + + true + + supwisdom + https://app.supwisdom.com/nexus/content/groups/public/ + + + + false + + central + http://repo.maven.apache.org/maven2 + + + + + + + + + com.spotify + dockerfile-maven-plugin + ${dockerfile-maven-plugin.version} + + ${dockerfile.image.server}/${dockerfile.image.prefix}/${project.artifactId} + ${project.version} + true + + ${project.build.finalName}.${project.packaging} + ${project.version} + ${project.artifactId} + + + + + + + + + + com.spotify + dockerfile-maven-plugin + + true + + + + + + -- 2.17.1