You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can an option be added to support upload of the artifact only? The scenario is that I have two files to upload one with a classifier. In releases repository the overwrite option is set to false so therefore trying to upload the pom files causes a 400 http response?
Or could add additional functionality to upload multiple files/classifier for a single version/group/artifact?
The text was updated successfully, but these errors were encountered:
I worked around the problem in my fork, by adding an option that controls meta-data upload. Then in my build file, I have multiple upload configurations, one for each classifier, but only the first one uploads the metadata, avoiding conflicts in my release repository (Hosted in Nexus). I also revised SNAPSHOT support. I'll ping the project owner to see if he'd accept a pull request.
Can an option be added to support upload of the artifact only? The scenario is that I have two files to upload one with a classifier. In releases repository the overwrite option is set to false so therefore trying to upload the pom files causes a 400 http response?
Or could add additional functionality to upload multiple files/classifier for a single version/group/artifact?
The text was updated successfully, but these errors were encountered: