[ https://issues.apache.org/jira/browse/ISIS-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Keir Haywood updated ISIS-2421: -------------------------------------- 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> was: 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> > 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 > Priority: Major > Fix For: 2.0.0-M4 > > > 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> > -- This message was sent by Atlassian Jira (v8.3.4#803005)