Sets the option to merge generated web.xml fragment into the WEB-INF/web.xml file of the web application that we were processing. @param b true to merge the fragment into the existing web.xml file of the processed web application ({uriroot}/WEB-INF/web.xml), false</c
(boolean b)
| 1158 | * ({uriroot}/WEB-INF/web.xml), <code>false</code> to keep the generated web.xml fragment |
| 1159 | */ |
| 1160 | public void setAddWebXmlMappings(boolean b) { |
| 1161 | addWebXmlMappings = b; |
| 1162 | } |
| 1163 | |
| 1164 | /** |
| 1165 | * Sets the option that throws an exception in case of a compilation error. |