Maven as Eclipse Dynamic Web Module
This quick tutorial will show you how to create a Maven project with a Dynamic Web Module facet. It uses m2e to generate the Maven project. 1. Run Eclipse and…
This quick tutorial will show you how to create a Maven project with a Dynamic Web Module facet. It uses m2e to generate the Maven project. 1. Run Eclipse and…
If you have a Maven based Eclipse project that you generated using mvn eclipse:eclipse, you'll notice you won't be able to use M2Eclipse (m2e) with it. If you look at…
Update: Eclipse Indigo 3.7.1 now has built-in support for Java 7. The post below only applies to Eclipse Indigo versions below 3.7.1. Here are the steps needed to start playing…