Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] m2e-wtp publishing old versions of dependencies

I'm using m2e-wtp 0.16 and m2e 1.2.0 with Eclipse 4.2.1

I've updated the version of a Project's dependency and added two new dependencies, but m2e-wtp won't notice these changes and keeps publishing outdated dependencies.

Runnning "mvn tomcat7:run" on the shell picks the right dependencies.

I've already removed the project from Tomcat (in the Servers view), hit Publish, checked that it was removed from .metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps, selected Project > Clean, added the project again to Tomcat in the Servers view, but when I Publish this project, m2e-wtp is still picking the old dependencies.

This project is part of a multi-module Maven project, and the dependencies's versions are specified in the parent's POM

What could be wrong? How can I troubleshoot this problem?

Thanks in advance,
Daniel Serodio


Back to the top