If you're using Nexus, it would be simple to script through some http urls. I'm guessing Artifactory has similar feature. You don't have to use Maven for everything.
/Anders On Mon, Nov 28, 2011 at 11:44, Jörg Schaible <[email protected]> wrote: > Prashant Neginahal wrote: > >> 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. > > mvn dependency:sources > > - Jörg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
