Merged
Conversation
- Update distributionManagement to use Central Portal upload endpoint - Change server-id from ossrh to central in workflow - Remove nexus-staging-maven-plugin (not needed for Central Portal) - Credentials now work with Central Portal API
- Add explicit maven-deploy-plugin configuration in release profile - Prevent automatic nexus-staging plugin injection - Enable direct deployment to Central Portal upload endpoint
- Change server-id back to 'ossrh' to match nexus-staging plugin expectation - Keep Central Portal upload URL for actual deployment - This resolves 'Server credentials with ID ossrh not found' error
- Replace nexus-staging deploy with maven install + bundle upload - Create JAR bundle with all artifacts (jar, pom, signatures) - Upload bundle directly to Central Portal API endpoint - Avoids nexus-staging plugin auto-injection issues
- Add MAVEN_GPG_PASSPHRASE env to build step - Resolves 'gpg: signing failed: Bad passphrase' error
- Specify exact files instead of using wildcards - Prevents META-INF and other unwanted files from being included - Resolves 'Bundle has content that does NOT have a .pom file' error
- Replace 'jar -cvf' with 'zip' to avoid META-INF metadata - Resolves 'Bundle has content that does NOT have a .pom file: META-INF' error - Creates clean bundle with only the 8 required Maven Central files
- Add proper Maven directory structure: dev/shaaf/jgraphlet/jgraphlet/VERSION/ - Generate required MD5 and SHA1 checksums for all artifacts - Use zip -r to preserve directory structure - Resolves Central Portal validation errors for missing checksums and invalid paths
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.