0
Warning: selected war files include a WEB-INF/web.xml which will be ignored
(webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true')
I am using Netbeans to work with a Spring project and until now I had not come across this warning.
The IDE ran the project normally. Although I used the Jetty pluggin to run on the terminal, I used the netbeans Tomcat and the application ran smoothly.. Now it only runs through the terminal with the Jetty plug..
I made some changes to the code and suddenly I started seeing this message, so I went back several commits when the code was still working.
To my surprise the message has come back!! And I can’t run the netbeans IDE
What’s going on? And how to solve it?