From 0c00cd64979166e291f9529a7a0579a232c5a9fd Mon Sep 17 00:00:00 2001 From: tkellner Date: Tue, 28 Jan 2014 17:49:52 +0000 Subject: Allow to add custom manifest entries to izpack installer jar git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@488 174cde9d-5d70-4d2a-aa98-46368bc2aaf7 --- pdf-over-gui/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'pdf-over-gui/pom.xml') diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 94195e32..780dd43c 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -127,6 +127,7 @@ + copy package @@ -157,6 +158,29 @@ + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + install + + exec + + + + + + jar + ${staging.dir} + + -ufm + setup.jar + ManifestEntries.mf + + + org.apache.maven.plugins maven-jarsigner-plugin -- cgit v1.2.3