Create a web project using Maven:
mvn archetype:generate -DgroupId=com.trial -DartifactId=message
-DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false
Convert the project to Eclipse web project using:
mvn eclipse:eclipse -Dwtpversion=2.0
Import 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 ?
Right click on the project > Properties > MyEclipse > Project Facets and select the one you want to install to your project. The Maven Support – Dependencies Only Facet allows you to benefit from Maven's dependency resolution, without having to move your projects to a fully Maven based build.
I have the below's suggestions :
First check whether your eclipse is in Jave EE Perspective
or not. If it was in only Java perspective, run option will not come.
Right click on your project, go to properties.
Click on Project Facets
Check whether Dynamic Web module
is check marked or not. If not just check marked it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With