I am using Nexus OSS to manage my custom binary artifacts. Sometimes I use the "classifier" concept to upload related binaries (i.e. debug/release) with the same GAV coordinates.
Sometimes I would like to upload this binaries at different times. For example, one using Maven and the other using the web GUI (I know this is not ideal but it is necessary at the moment). What I end up doing is manually downloading the first one, and then uploading both using the web API.
The repositories involved have Release policy, and I do not want to change this.
Any better way to achieve this?