Commit 1210382
committed
JENKINS-72386: replace --no-transfer-progress option
-ntp is not supported on versions of maven prior to 3.8. Maven does
exits with "unrecognized option" when it encounters an option it
doesn't know about.
This solution uses replaces the unsupported option with a system
property to reduce the transfer logger used for batch mode to WARN
only. See [MRELEASE-1048](https://issues.apache.org/jira/browse/MRELEASE-1048)1 parent bfdcef7 commit 1210382
File tree
2 files changed
+8
-3
lines changed- pipeline-maven/src/main/java/org/jenkinsci/plugins/pipeline/maven
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
368 | 373 | | |
369 | 374 | | |
370 | 375 | | |
| |||
0 commit comments