docs: document MavenPackage content type - #438
Merged
Merged
Conversation
dkliban
approved these changes
Aug 19, 2026
Add a user guide for the MavenPackage content type covering what a package is, how it is created from a POM (upload and deploy), the metadata extracted from the POM, release vs -SNAPSHOT behavior, the read-only REST API for browsing/filtering packages, and the upgrade backfill. Ref: https://redhat.atlassian.net/browse/PULP-2073 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
dkliban
force-pushed
the
docs/pulp-2073-mavenpackage
branch
from
August 19, 2026 13:00
df29847 to
ac0cba2
Compare
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
Adds a user-facing guide for the MavenPackage content type at
docs/user/guides/packages.md. The content type itself was already implementedand released (0.25.0); this PR fills the documentation gap.
The guide covers:
MavenArtifactfiles)mvn deploy), plus the pull-through cache behavior-SNAPSHOTbehavior (releases fixed; snapshots refreshed on each POM)Ticket
Fixes https://redhat.atlassian.net/browse/PULP-2073
Notes
Documentation-only change — no code, migration, or behavior changes. No changelog
entry is included as this is a pure-docs change and the feature was already noted in
CHANGES/2072.feature.🤖 Generated with Claude Code