From: Cherian Mathew Date: Mon, 15 Sep 2014 14:11:25 +0000 (+0000) Subject: adding options to ensure that the product .zip files are not signed X-Git-Tag: 3.6.0~442 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/c0b39031c2611efa68e74b9a6fac33d4a3c3cab6?ds=sidebyside adding options to ensure that the product .zip files are not signed --- 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