8

I am not able to add Dynamic Web Module 3.0 facet due to this error. No idea what is wrong with my project settings.
This is a duplicate question but accepted answer provides a url as solution which no longer work.

Community
  • 1
  • 1
Himanshu Yadav
  • 13,315
  • 46
  • 162
  • 291

3 Answers3

12

Deleted .classpath and project settings files from project folder. Then imported the maven project again.
It works fine after that.

Himanshu Yadav
  • 13,315
  • 46
  • 162
  • 291
9

Please delete

< wb-resource deploy-path="/WEB-INF/classes" source-path="/"/ >

from org.eclipse.wst.common.component under .settings folder.

3

For some reason just deleting the error in the eclipse solved the problem for me. It said that the problem may reoccurs after reloading or building but it did not

p.s. I'm using mars version

tal4444228
  • 259
  • 2
  • 4