How to deny maven to use open projects in Eclipse instead of jar from repository
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?
If you're using m2eclipse, right-click on your project and go to Properties > Maven and disable Resolve dependencies from Workspace projects.
精彩评论