如何拒绝maven使用Eclipse中打开的项目而不是存储库中的jar
目前,如果我打开了依赖项项目,那么 Maven 使用它而不是存储库中指定的 jar。
是否有Eclipse设置(或pom的conf),因此maven将始终使用指定的依赖项,而不管相应的项目是否在Eclipse中打开?
Currently if i have dependency project opened, then maven use it instead of specified jar from repo.
Is there Eclipse setting (or conf for pom), so maven will always use specified dependencies non-regarding if corresponding project opened or not in eclipse?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 m2eclipse,请右键单击您的项目,然后转到属性 > Maven 并禁用解决工作区项目的依赖关系。
If you're using m2eclipse, right-click on your project and go to Properties > Maven and disable Resolve dependencies from Workspace projects.