Fix Central Repository validation issues and update documentation#11
Merged
Fix Central Repository validation issues and update documentation#11
Conversation
- Add description to sdk-parent POM - Add description to sdk-micronaut-extension POM Fixes Central Repository validation errors: "Project description is missing" 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fix Maven coordinates: cloud.prefab → com.reforge - Update artifact names to match current POM structure - Fix version references: TODO → 0.3.26 - Correct main class: PrefabCloudClient → Sdk - Remove non-existent methods (setReforgeEnvs) - Update URLs: prefab.cloud → reforge.com - Fix JavaDoc badge URLs for new coordinates Ensures all documentation matches the actual published artifacts. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
Summary
Fix remaining Central Repository publishing validation errors and update all documentation with correct coordinates and class names.
Changes Made
Central Repository Fixes
sdk-parentandsdk-micronaut-extensionPOMsDocumentation Updates
cloud.prefab→com.reforgesdk-micronaut-extension)TODOplaceholders →0.3.26PrefabCloudClient→Sdkin examplessetReforgeEnvs()methodFiles Updated
pom.xml- Added parent POM descriptionmicronaut/pom.xml- Added Micronaut extension descriptionREADME.md- Updated main project documentationsdk/README.md- Updated SDK-specific documentationmicronaut/README.md- Fixed Micronaut integration examplesTest Results
With these changes, Central Repository publishing should pass validation:
🤖 Generated with Claude Code