Hi folks,
it might be a duplication, but in eclipse, how can I deal with various dependency versions of the same library in my local maven repository ?
The problem is that dependency versions specified in pom definition are the libraries I need to use (they have sources/javadoc available etc.), but maven puts all the available library versions on classpath, so that if I ctrl+shift+T or step into some class which belongs to that dependency, it might be the one without sources/javadoc, the one not declared in pom definition but in local maven repo. There is no way of setting up precedence.
There is a feature "Remove from history" right in the pup up window (Ctrl+shift+T), but it is practically useless, doesn't work.