I have a web application (Eclipse\'s Dynamic Web App) which uses Maven (m2e-wtp) for the build and dependencies management. This web app\'s POM references a few other projec
I had similar problem because I created the project outside eclipse, and them imported it. What worked for me was to add the right project facet: Project context menu -> properties -> Project Facets -> Dynamic Web Module (choose right version). I was using Eclipse ADT (version 4.2.0), but, to avoid having multiple installations, I use the same eclipse for Android and other kind of apps.