Search code examples
eclipsemaven-2dependenciesm2eclipse

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?


Solution

  • If you're using m2eclipse, right-click on your project and go to Properties > Maven and disable Resolve dependencies from Workspace projects.