Description
Currently we rely on zip4j to explode wars in the case of internal application deployments. We can replace this with shrinkwrap:
ShrinkWrap.createFromZipFile(WebArchive.class, source); archive.as(ExplodedExporter.class).exportExploded(target);
Attachments
Issue Links
- links to