Description
context: https://the-asf.slack.com/archives/CFC42LWBV/p1596851537015600
running the generated demo wicket jar with java -jar fails on startup.
Need to add the requiresUnpack configuration to the spring boot repackage process.
<configuration>
<requiresUnpack>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
</dependency>
</requiresUnpack>
</configuration>