maven-no-transfer-progress is not being used when updating pom version - breaking workflows with untrusted maven repo #177
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
issue
when calilng
run_maven
in the MavenDeploy class to update the version themaven-no-transfer-progress
config value is not being checked or added to the flags.backround
It was assumed that updating the verison was a local only operation and it wouldn't be a problem. turns out it is
fix
need to copy or abstract the logic form MavenGeniric::_run_maven_step to the MavenDeploy when doing the version update
The text was updated successfully, but these errors were encountered: