Reputation: 47290
this seems rather hacky if added to POM :
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
Upvotes: 0
Views: 90
Reputation: 12942
do you create web configuration class to implements WebApplicationInitializer
if you have this class it should not ask about web.xml
Upvotes: 2