Commit e220cc7
authored
chore: fix Maven Central publishing and update plugins (#156)
* chore: fix Maven Central publishing and update plugins
- Switch to POM 4.0.0 with flatten-maven-plugin for ${revision} support
- Set version to 0.8.3-SNAPSHOT
- Add flatten-maven-plugin 1.7.0
- Add maven-release-plugin with release profile
- Move central-publishing-maven-plugin 0.10.0 to release profile
- Restore distributionManagement for release:perform compatibility
- Update maven-gpg-plugin 1.6 → 3.2.8 (fix GPG signature format)
- Update maven-source-plugin 3.2.0 → 3.3.1
- Update error_prone_core 2.36.0 → 2.39.0
- Update gmavenplus-plugin 3.0.2 → 4.2.0
- Update maven-surefire-plugin 3.5.2 → 3.5.5
- Update jacoco-maven-plugin 0.8.12 → 0.8.13
- Update maven-javadoc-plugin 3.10.1 → 3.12.0
* chore: downgrade Maven wrapper to 3.9.14
Maven 4 RC generates consumer POM that breaks central-publishing-maven-plugin uploads to Sonatype Central.
* chore: add maven-deploy-plugin skip (central-publishing handles deploy)
* chore: enable autoPublish for Maven Central1 parent 07a10da commit e220cc7
2 files changed
Lines changed: 45 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
278 | 311 | | |
279 | 312 | | |
280 | 313 | | |
| |||
320 | 353 | | |
321 | 354 | | |
322 | 355 | | |
323 | | - | |
| 356 | + | |
324 | 357 | | |
325 | 358 | | |
326 | 359 | | |
| |||
349 | 382 | | |
350 | 383 | | |
351 | 384 | | |
352 | | - | |
| 385 | + | |
| 386 | + | |
353 | 387 | | |
354 | 388 | | |
355 | 389 | | |
| |||
0 commit comments