From cbea78db43e3149640cab799c99d888e43e90a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=AD=90=E6=9D=8E=C2=B7De?= Date: Wed, 13 Apr 2022 12:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8C=85=E5=88=B0?= =?UTF-8?q?=E7=A7=81=E6=9C=8D=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/pom.xml | 4 ++-- deploy.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/pom.xml b/build/pom.xml index 4775e548..e030818d 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -11,8 +11,8 @@ 4.0.0 - com.anji-plus - product-report-starter + com.anji-plus.otwb + product-report-starter 1.2.0-SNAPSHOT diff --git a/deploy.sh b/deploy.sh index f9e63d8a..eee2b782 100644 --- a/deploy.sh +++ b/deploy.sh @@ -27,7 +27,7 @@ mv $BuildDir/report-ui/dist/* $BuildDir/report-core/src/main/resources/static/ echo "build springboot" cd $BuildDir/report-core -mvn clean deploy -Dmaven.test.skip=true +mvn clean deploy -DskipTests -DaltDeploymentRepository=nexus-snapshots::default::http://10.108.10.53:8081/repository/maven-snapshots rm -rf $BuildDir/report-core/src/main/resources/static