This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch jpa
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git


The following commit(s) were added to refs/heads/jpa by this push:
     new 0b76fa1  CAUSEWAY-3416 : better support for executable jar on Windows
0b76fa1 is described below

commit 0b76fa1a9ad163df50fc55c6069c6e8fcf2e5cab
Author: danhaywood <[email protected]>
AuthorDate: Fri Apr 7 10:43:22 2023 +0200

    CAUSEWAY-3416 : better support for executable jar on Windows
---
 webapp/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/webapp/pom.xml b/webapp/pom.xml
index fdb0005..9f5a477 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -52,6 +52,12 @@
                     <agents>
                         
<agent>${env.HOME}/.m2/repository/org/springframework/spring-instrument/${spring-framework.version}/spring-instrument-${spring-framework.version}.jar</agent>
                     </agents>
+                    <requiresUnpack>
+                        <dependency>
+                            <groupId>org.asciidoctor</groupId>
+                            <artifactId>asciidoctorj</artifactId>
+                        </dependency>
+                    </requiresUnpack>
                 </configuration>
             </plugin>
         </plugins>

Reply via email to