Open pulpbot opened 2 years ago
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!
This issue is no longer marked for closure.
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.