Commit 304a274
authored
feat: Migrate to Central Publisher Portal (#1128)
Updates the release process to use the new Central Publisher Portal for deploying artifacts to Maven Central.
- Replaces the nexus-staging-maven-plugin with the central-publishing-maven-plugin.
- Updates the distributionManagement repository URL in pom.xml.
- Modifies the publish script to use the central-publishing:publish goal.
- Updates the release workflow to use token-based authentication secrets (CENTRAL_USERNAME, CENTRAL_TOKEN).
- Adjusts settings.xml to use the new authentication tokens.1 parent 1b5cf37 commit 304a274
File tree
4 files changed
+12
-19
lines changed- .github
- resources
- scripts
- workflows
4 files changed
+12
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 72 | | |
80 | 73 | | |
81 | 74 | | |
| |||
350 | 343 | | |
351 | 344 | | |
352 | 345 | | |
353 | | - | |
354 | | - | |
355 | | - | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
356 | 349 | | |
357 | 350 | | |
358 | | - | |
359 | | - | |
360 | | - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
361 | 354 | | |
362 | 355 | | |
363 | 356 | | |
| |||
0 commit comments