pulp / pulp/pulp_maven

Support SNAPSHOT versions

Open
#309 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature Triage-Needed
Dominant language
Python
Stars
5
Forks
24
Avg merge
1d 6h
Merged PRs (30d)
39

Description

Is your feature request related to a problem? Please describe.

Maven distinguishes SNAPSHOT versions and "release" versions.

A SNAPSHOT version can be referenced with a x.y-SNAPSHOT version in Maven pom.xml, in which case it is retrieved from a directory/URL of the same name. The repository directory can store multiple artifacts, each with a timestamped version number generated by the deploy plugin. In this manner the snapshot artifact is not overwritten.

Normal "release" version repositories only store one artifact (type) per version.

Describe the solution you'd like

Enhance pulp to support both SNAPSHOT and "release" versions in its Maven repositories. This is currently not supported.

Describe alternatives you've considered

Manage artifacts using the Pulp CLI / REST endpoints. This is not feasible for Java developers.

Additional context

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Maven deployment guide linked in the issue and inspect the existing repository behavior through the Pulp CLI or REST endpoints. Define completion around accepting SNAPSHOT versions in Maven POMs, storing timestamped artifacts under the snapshot directory, and preserving normal release-version behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.