How can I build WAR with Maven in Eclipse?

后端 未结 3 1863
南笙
南笙 2020-12-14 10:35

I have project that I\'m now starting as Maven project, but for some reason it is not working. Here is my pom.xml:



        
3条回答
  •  一整个雨季
    2020-12-14 11:13

    for instance, I see

    war
    

    missing in your pom, you should have a look at how the maven-war-plugin is used.

提交回复
热议问题