Remove maven_metadata_validate function
[releng/global-jjb.git] / shell / maven-deploy.sh
index 4f6f584..0ab5c6c 100644 (file)
@@ -40,7 +40,6 @@ fi
 set -u  # Re-enable.
 
 find "$m2repo_dir" -type d -empty -delete
-maven_metadata_validate "$m2repo_dir"
 
 echo "-----> Upload files to Nexus"
 lftools deploy nexus -s "$nexus_repo_url" "$m2repo_dir"