-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I can upload a Maven Artifact into Pulp #52
Labels
Comments
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! |
dkliban
added a commit
to dkliban/pulp_maven
that referenced
this issue
Feb 24, 2023
closes: pulp#52
This issue is no longer marked for closure. |
dkliban
added a commit
to dkliban/pulp_maven
that referenced
this issue
Feb 27, 2023
closes: pulp#52
dkliban
added a commit
to dkliban/pulp_maven
that referenced
this issue
Feb 27, 2023
closes: pulp#52
dkliban
added a commit
to dkliban/pulp_maven
that referenced
this issue
Feb 27, 2023
closes: pulp#52
dkliban
added a commit
to dkliban/pulp_maven
that referenced
this issue
Feb 27, 2023
closes: pulp#52
dkliban
added a commit
to dkliban/pulp_maven
that referenced
this issue
Feb 27, 2023
closes: pulp#52
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Author: @dkliban (dkliban@redhat.com)
Redmine Issue: 4640, https://pulp.plan.io/issues/4640
The user should be able to:
1. Upload an Artifact either using the Artifact API or Uploads API.
2. Create MavenArtifact using the MavenArtifact API. The user should be able to provide 'group_id', 'artifact_id', 'version' and 'filename'.
This should work very similar to how the File plugin handles upload.
Most likely, the plugin already supports this workflow. As part of this story, a functoinal test should be added that makes sure that upload works.
The text was updated successfully, but these errors were encountered: