Brian Kalbfus created ISIS-2421:
-----------------------------------
Summary: Demo fat jar fails to launch - could not find asciidoctor
jruby file
Key: ISIS-2421
URL: https://issues.apache.org/jira/browse/ISIS-2421
Project: Isis
Issue Type: Bug
Components: Isis Examples
Affects Versions: 2.0.0-M3
Reporter: Brian Kalbfus
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>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)