Maven Java EE Configuration Marker with Java Server Faces 1.2

后端 未结 11 591
抹茶落季
抹茶落季 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:09

    The below steps should be the simple fix to your problem

    1. Project->Properties->ProjectFacet-->Uncheck jsf apply and OK.
    2. Project->Maven->UpdateProject-->This will solve the issue.

    Here while on Updating Project Maven will automatically chooses the Dynamic web module

提交回复
热议问题