| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
| <tag>HEAD</tag> | ||
| </scm> | ||
|
|
||
| <distributionManagement> |
There was a problem hiding this comment.
The central-publishing-maven-plugin 0.7.0+ supports snapshot releases directly. Publishing with a -SNAPSHOT version will automatically upload the component to the right location.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, Thanks!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Updates the release process to use the new Central Publisher Portal for deploying artifacts to Maven Central.