update as-package.sh

This commit is contained in:
hengyunabc
2018-09-13 01:02:15 +08:00
parent b643853075
commit 01a39f0fb2
+1 -1
View File
@@ -26,7 +26,7 @@ exit_on_err()
packaging_bin_path="$(ls ${DIR}/packaging/target/arthas-*-bin.zip)"
maven package the arthas
# maven package the arthas
mvn clean package -Dmaven.test.skip=true -f $DIR/pom.xml \
|| exit_on_err 1 "package arthas failed."