Maven Java EE Configuration Marker with Java Server Faces 1.2

后端 未结 11 548
抹茶落季
抹茶落季 2020-12-14 01:49

I\'m having a weird configuration problem with Maven in Eclipse. Although I can build the project and deploy it to tomcat without any errors, The Marker tab keeps showing th

11条回答
  •  自闭症患者
    2020-12-14 02:03

    I had a similar problem. I was working on a project where I did not control the web.xml configuration file, so I could not use the changes suggested about altering the version. Of course the project was not using JSF so this was especially annoying for me.

    I found that there is a really simple fix. Go to Preferences > Maven > Java EE Itegration and uncheck the "JSF Configurator" box.

    I did this in a fresh workspace before importing the project again, but it may work equally as well on an existing project ... not sure.

提交回复
热议问题