From c0b39031c2611efa68e74b9a6fac33d4a3c3cab6 Mon Sep 17 00:00:00 2001 From: Cherian Mathew Date: Mon, 15 Sep 2014 14:11:25 +0000 Subject: [PATCH] adding options to ensure that the product .zip files are not signed --- eu.etaxonomy.taxeditor/pom.xml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/eu.etaxonomy.taxeditor/pom.xml b/eu.etaxonomy.taxeditor/pom.xml index a40f8c6cf..18f4117a3 100644 --- a/eu.etaxonomy.taxeditor/pom.xml +++ b/eu.etaxonomy.taxeditor/pom.xml @@ -55,24 +55,30 @@ maven-jarsigner-plugin 1.3.2 + editor + true + ${keystore.path} ${keystore.store.password} - editor ${keystore.key.password} - true + ${project.build.directory}/repository + + false + false - **/eu.etaxonomy.taxeditor*.jar + plugins/eu.etaxonomy.taxeditor*.jar + features/eu.etaxonomy.taxeditor*.jar - - **/*.zip - - -sigalgSHA1withDSA - -digestalgSHA1 + we need to force the signature / digest algorithm to SHA1 since this is the + only one which plays well with Eclipse 3.x --> + -sigalg + SHA1withDSA + -digestalg + SHA1 -- 2.34.1