maven-archetype-webapp eclipse problem

后端 未结 17 1690
囚心锁ツ
囚心锁ツ 2020-11-29 20:49

I\'m trying to create a very simple webapp with maven and eclipse, but I\'m having no joy at all, in fact the reverse of joy.

I go to File -> New Project, select Mav

17条回答
  •  执笔经年
    2020-11-29 21:15

    • Read the m2eclipse WTP mini-howto.
    • Check the online Developing with Eclipse and Maven.
    • Ensure your settings.xml is configured in the Eclipse preferences.
    • Check the m2eclipse FAQ.

    Anything else is likely to be down to the archetype and how you've configured your pom.xml. The directory structure you describe is identical to the one maven-archetype-webapp creates on the command line.

提交回复
热议问题