Skip to content

Commit

Permalink
fix as-package.sh maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Jan 7, 2021
1 parent 1a047c7 commit 62aed21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion as-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exit_on_err()
}

# maven package the arthas
"$DIR/mvnw" clean package -T 2C -Dmaven.test.skip=true -DskipTests=true -Dmaven.javadoc.skip=true -f $DIR/pom.xml \
"$DIR/mvnw" clean package -Dmaven.test.skip=true -DskipTests=true -Dmaven.javadoc.skip=true -f $DIR/pom.xml \
|| exit_on_err 1 "package arthas failed."

rm -r "$DIR/core/src/main/resources/com/taobao/arthas/core/res/version"
Expand Down

0 comments on commit 62aed21

Please sign in to comment.