Is there a way to release only some artifacts from a Nexus staging repository?
I'm using Maven release plugin to push the artifacts to a Nexus pro staging repository. Then the QA team takes over, and I release the staging repository from the web interface once they are done.
The QA team is getting the jars from the staging repository, and they need the sources jars for the tests.
When I release the content from the staging to the release repository, I do not want to release the source jars.
Is there a way to release only some of the items in the Nexus staging repository?
Right now I'm deleting the source jars manually from the release repository after I promoted it. I had a few near misses, almost deleting the wrong file...
Any help from a Nexus pro on the features of Nexus pro would be brilliant!
Thanks, Eyal