I have two components with own maven dependencies combined into one enterprise project. It is built/deployed/run normally, but Eclipse can't resolve maven dependencies. Project is turned to be maven, and "use maven dependency management" option is enabled. However Eclipse gives me compilation errors. What should I do to solve the problem?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Check if the maven dependencies are included in the classpath and add if it is not there.
After that you may also need to
|
|||||||||||
|
|
Actually the problem was about the version of m2eclipse plugin. |
|||
|
|