I have a Maven project that I am programming in Eclipse. Everything works in Eclipse, but when I create it with Maven, I get a NoSuchMethodError when I call a third-party bank. Therefore, I suspect that when compiling Eclipse uses a different version of this jar. I can see which version Maven uses, but I would like to see which version Eclipse uses. I do not see how to execute "mvn dependency: tree" from Eclipse to see the result form of "Eclipse point-of-view".
The project was created using File / Import ... / Existing Maven Project.
I am using the "Eclipse IDE for Java Developers" version: "Kepler Service Release 1"
To execute any Maven command from Eclipse, I just found this SO question
source
share