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 checkout projects from an alternate repository location.
Is this possible?
Thanks!
I’m still not sure to understand everything (things might be obvious for you but believe me, they aren’t for the readers) but this looks more like a Subversion issue than a Maven issue. Maybe Externals Definitions could help here:
By setting
svn:externalsproperly, it should be possible to fetch everything from various repositories with a single checkout.For more guidance, post a more precise question 🙂