Skip to content
Snippets Groups Projects
Commit 754d309f authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

fix: add processing to add -X when TRACE is set

The deploy can fail and debugging it is useful.
parent e147ce2f
Branches
Tags
No related merge requests found
......@@ -358,7 +358,7 @@ stages:
*-SNAPSHOT)
log_info "Snapshot version for pom (\\e[33;1m${pom_version}\\e[0m): deploy"
# shellcheck disable=SC2086
mvn $MAVEN_CLI_OPTS $mvn_settings_opt $java_proxy_args $MAVEN_DEPLOY_ARGS
mvn ${TRACE+-X} $MAVEN_CLI_OPTS $mvn_settings_opt $java_proxy_args $MAVEN_DEPLOY_ARGS
;;
*)
log_info "Not snapshot version for pom (\\e[33;1m${pom_version}\\e[0m): skip"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment