Create a web project using Maven:
mvn archetype:generate -DgroupId=com.trial -DartifactId=message -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=falseConvert the project to Eclipse web project using:
mvn eclipse:eclipse -Dwtpversion=2.0Import existing project into Eclipse:

The project icon contains an folder instead of a web icon and folder icon. I find this a bit strange and when I try to run also, the run on server option is missing. I am sure I followed the steps correctly. Where may I be lagging to obtains such a result ?
WTP version is rather old, you should add a web project features instead. Edit the
.projectfile and write under thenaturestagand under the
buildSpectag add builders