Hi,
you can find information about this oversized war file in the soapui forums (for example,
viewtopic.php?f=5&t=22160 or
viewtopic.php?f=5&t=22169)
Currently, some jars are already filtered from the lib/ directory and so are not included in the war.
About the automated generation, you can use the command line tool (see
viewtopic.php?f=5&t=22169#p50352) or a custom maven plugin (see
https://github.com/redfish4ktc/maven-so ... kAsWarGoal). They are based on the same code used in the SoapUI GUI (see
https://github.com/SmartBear/soapui/blo ... rator.java and
https://github.com/SmartBear/soapui/blo ... AsWar.java)
The MockAsWar actually performed the generation, so if you want to add jar filtering, you could do it here (look at the CaseInsensitiveFileFilter inner class). For instance, jetty jars could be also filtered.