Commit 205849e
authored
Skip spotless in release:prepare (#11285)
The weekly release of Jenkins 2.536 failed its initial build because Maven
release plugin 3.2.0 behaves differently than Maven release plugin 3.1.1.
For 2.535, we were using Maven release plugin 3.1.1 and it did not require
that we skip spotless verification during the `release:prepare` phase.
Maven release plugin 3.2.0 requires it.
Will allow the temporary change to be reverted from pull request:
* jenkins-infra/release#782
Special thanks to @jglick for noting the better way to resolve the issue.
Testing done:
* Confirmed that builds fail without this change when running
`mvn -B -V -ntp release:prepare`
* Confirmed that builds pass with this change when running
`mvn -B -V -ntp release:prepare`1 parent 8f1bf5b commit 205849e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
0 commit comments