Can you direct me to where I can figure out how to perform a build with only jars I upload to a repo I created. Using Maven, I will have set of jars in 1 repo and want to perform a build with source from a 2nd repo and bypass going out to the maven repos.
If this is possible (maybe a bit nuts as well...) I would appreciate being pointed to some examples.
Thanks.