From a4adbdd4fba35704234e63ff067cfe9986b99296 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Thu, 12 May 2022 12:08:45 +0200 Subject: add windows installer resources to package --- pdf-over-gui/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'pdf-over-gui/pom.xml') diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 591b6b2b..241d5996 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -464,6 +464,7 @@ src/main/resources installer-mac/* + installer-windows/* izpack-linux/* scripts/* ReadMe.txt @@ -599,6 +600,28 @@ + + maven-resources-plugin + 2.4.2 + + + copy-windows-resources + validate + + copy-resources + + + UTF-8 + ${pdfover-build.staging-dir} + + + src/main/resources/installer-windows + + + + + + com.akathist.maven.plugins.launch4j launch4j-maven-plugin -- cgit v1.2.3