Hi, We need to hand over "source code" to client after development. Unfortunately client do not have access to our nexus repository.
Lets say we have projects projectA1.0, projectB1.0 and I need to give "projectA1.0-sources.jar" and "projectA1.0--tests-sources.jar" to client. I am looking simple way to only download source jars to my to special repository(not the regular development local repository) for each of my required projects. Please someone advice. Thanks
