refactor(all): 优化maven插件触发 优化编译打包版本
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
root_path=$(dirname $(cd $(dirname $0);pwd))
|
||||
source $root_path/bin/library.sh
|
||||
mvn -pl service-common clean deploy -D skipTests -P local -s ~/.m2/settings-development.xml
|
||||
mvn -pl utils/sync clean package -D skipTests -s ~/.m2/settings-development.xml
|
||||
deploy service-common service-dependencies service-configuration service-forest
|
||||
package utils/sync
|
||||
upload $root_path/utils/sync/target/sync-1.0.0-SNAPSHOT.jar
|
||||
|
||||
Reference in New Issue
Block a user