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