Dynamic Web Module 3.0 — 3.1

前端 未结 9 1904
谎友^
谎友^ 2020-12-07 13:47

I have a mavenized codebased configured Spring 3.2.4 web app. When I build the app with Maven/pom.xml first I got an error that web.xml is missing. first I tried to create

9条回答
  •  悲&欢浪女
    2020-12-07 14:09

    I had the same problem and fixed this by editing org.eclipse.wst.common.project.facet.core.xml.

    In this file, I was able to change the following line

    
    

    back to

    
    

    That seemed to fix the problem for me.

提交回复
热议问题