print maven info before package.

pull/539/head^2
hengyunabc 6 years ago
parent 5e82af867b
commit b4e5230cfb

@ -8,6 +8,8 @@ get_local_maven_project_version()
-Dexpression=project.version -f $DIR/pom.xml -B | grep -e '^[^\[]' | cut -b 1-5
}
"$DIR/mvnw" -version
CUR_VERSION=$(get_local_maven_project_version)
# arthas's version

Loading…
Cancel
Save