Maven 可以在一次执行中从各种存储库(SVN)下载吗?
我使用 Maven 构建一个多模块项目。但有些项目位于不同的 svn 服务器中。我知道这不是一个好的做法,但这个选择是经过一些考虑后做出的。
无论如何,一切正常,但我无法找到从备用存储库位置签出项目的方法。
这可能吗?
谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我仍然不确定是否理解所有内容(这些事情对你来说可能是显而易见的,但相信我,它们不适合读者),但这看起来更像是 Subversion 问题而不是 Maven 问题。也许 外部定义 可以在这里提供帮助:
通过正确设置 svn:externals,应该可以通过一次签出从各个存储库中获取所有内容。
如需更多指导,请发布更精确的问题:)
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:externals
properly, it should be possible to fetch everything from various repositories with a single checkout.For more guidance, post a more precise question :)