From 2f2f5e5ba307e5226b01dbf189df0a6791fde51c Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Wed, 25 Oct 2023 18:52:53 +0200 Subject: [PATCH] Update izpack to 5.2.1 This fixes an issue when building with Java 14+ See https://openjdk.org/jeps/367 --- pom.xml | 13 +++++++------ src/install/install.xml | 19 +++++++++++-------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index fdd72e1c..fdc5fa16 100644 --- a/pom.xml +++ b/pom.xml @@ -251,15 +251,16 @@ org.codehaus.izpack izpack-maven-plugin - 1.0-alpha-5 + 5.2.1 - ${basedir}/src/install/install.xml - UTF-8 - jar - ${project.build.directory}/${project.artifactId}-${project.version}-installer.jar - ${project.build.directory}/${project.build.finalName}-dist/lsc-${project.version} + ${project.build.directory}/${project.build.finalName}-dist/lsc-${project.version} + src/install/install.xml + true + ${project.artifactId}-${project.version}-installer.jar + false + true diff --git a/src/install/install.xml b/src/install/install.xml index d305de89..7b05aaf9 100644 --- a/src/install/install.xml +++ b/src/install/install.xml @@ -1,13 +1,14 @@ - + ${project.name} @{project.version} LSC - @{project.url} - LSC 1.6 no @@ -55,7 +56,7 @@ - + @@ -71,8 +72,10 @@ The native libraries to add. This is required for creating shortcuts on Windows --> - - - + + + + + - +