From: Tuukka Lehtonen Date: Tue, 18 Feb 2020 21:37:44 +0000 (+0200) Subject: Add support for signing published bundles X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fpython.git;a=commitdiff_plain;h=ef0dd0f438500b3ebea840a0d25fbe3103d1bd89 Add support for signing published bundles gitlab simantics/platform#468 --- diff --git a/org.simantics.pythonlink.parent/pom.xml b/org.simantics.pythonlink.parent/pom.xml index 57dd86f..b1f04ca 100644 --- a/org.simantics.pythonlink.parent/pom.xml +++ b/org.simantics.pythonlink.parent/pom.xml @@ -138,6 +138,54 @@ + + + sign + + + sign + true + + + + + + org.codehaus.mojo + properties-maven-plugin + 1.0.0 + + + initialize + + read-project-properties + + + + + + ${sign.properties} + + + + + org.apache.maven.plugins + maven-jarsigner-plugin + 3.0.0 + + + sign + + sign + verify + + + + + + + + + ../org.simantics.pythonlink ../org.simantics.pythonlink.win32.x86_64