feat(bin): 去掉本地仓库依赖

This commit is contained in:
v-zhangjc9
2024-05-26 23:43:55 +08:00
parent 67181e501e
commit bb745b6f82
3 changed files with 18 additions and 3 deletions

View File

@@ -51,9 +51,9 @@ function joining {
}
function deploy() {
mvn -pl $(joining , $@) clean deploy -D skipTests -P local -s ~/.m2/settings-development.xml
mvn -pl $(joining , $@) clean install -D skipTests
}
function package() {
mvn -pl $(joining , $@) clean package -D skipTests -P local -s ~/.m2/settings-development.xml -P $build_profile
mvn -pl $(joining , $@) clean package -D skipTests -P $build_profile
}