I created a web project with maven as follows:
mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-webapp
Then I launched mvn eclipse:eclipse so that the eclipse project is built. Eclipse recognizes all the functions of a project, but does not recognize it as a web project.
Therefore, when I create a server inside the eclipse workspace and go into the dialog where I choose which projects to deploy on my server, I am not prompted to deploy my newly created project.
Ideas?
java eclipse maven servlets
flybywire
source share