Can Maven download from various repositories (SVN) in one execution?
- by Udo Fholl
Hi,
Im using maven to build a multi module project. But some projects are in a different svn server. I know it is not a good practice, but that choice was made following some considerations.
Anyway, everything works fine, but I'm not able to find a way to download projects from an alternate repository location.
Is this possible?
Thanks!