I\'m having this weird problem making my project Maven-based. I created a new Maven project in Eclipse and enabled the Dynamic Web facets. But during runtim
This should have nothing to do with eclipse and m2eclipse, and optionally for better support - m2e-wtp. Also, you don't need copy-dependencies. Here are a few possible reasons:
mvn package
(or right-click > maven > package) and obtain a war file - the
(in the pom) must be war
provided
or test
they will not be included in the archive)