Skip to content

Commit

Permalink
Merge pull request #35 from djeanprost/feature/add-ntp-on-version-set
Browse files Browse the repository at this point in the history
feat: remove maven transfert progress when sets version
  • Loading branch information
simonseyock committed Jan 31, 2024
2 parents 82c3967 + 5567351 commit 9652f19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/maven.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ async function updateVersion(logger, versionStr, settingsPath, processAllModules
'versions:set',
...debugOption,
'--batch-mode',
'--no-transfer-progress',
'-DgenerateBackupPoms=false',
'--settings',
settingsPath,
Expand Down Expand Up @@ -54,6 +55,7 @@ async function updateSnapshotVersion(logger, settingsPath, processAllModules, de
'versions:set',
...debugOption,
'--batch-mode',
'--no-transfer-progress',
'-DnextSnapshot=true',
'--settings',
settingsPath,
Expand Down

0 comments on commit 9652f19

Please sign in to comment.