Split maven-deploy into a macro
[releng/global-jjb.git] / shell / maven-deploy.sh
index 15928ee..6d4165e 100644 (file)
@@ -20,6 +20,8 @@ set -eu -o pipefail
 m2repo_dir="$WORKSPACE/m2repo"
 nexus_repo_url="$NEXUS_URL/content/repositories/$NEXUS_REPO"
 
+lftools_activate
+
 # Remove metadata files that were not updated.
 set +e  # Temporarily disable to run diff command.
 IFS=" " read -r -a metadata_files <<< "$(diff -s -r "$m2repo_dir" "$WORKSPACE/m2repo-backup" \