When a Maven build has been configured to be reproducible, Maven's war plugin sorts the jars in WEB-INF/lib
. We should update our jar repackaging to align with this by sorting the jars in BOOT-INF/lib
. We should also check WEB-INF/lib-provided
in the executable war case.