A Java web project created with Maven is not recognized as such by Eclipse

前端 未结 4 1844
说谎
说谎 2020-12-16 04:40

I created a web project with maven like this:

mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-web

4条回答
  •  粉色の甜心
    2020-12-16 05:15

    Just install a development version of m2eclipse and your project will be used as a maven project, no need to do mvn eclipse:eclipse or anything like that. I use it and works.

    http://m2eclipse.sonatype.org/

提交回复
热议问题