setWebXml

open fun setWebXml(@Nullable webXml: @Nullable File)(source)

Sets the web.xml file to include in the WAR archive. When null, no web.xml file is included in the WAR.

Since

0.7

Parameters

webXml

The web.xml file. Maybe null.