From 17b1d6d85897e6d5ab384bd3e034a5bdb92f3499 Mon Sep 17 00:00:00 2001 From: serge-rider Date: Sat, 11 Aug 2018 15:29:32 +0300 Subject: [PATCH] #3806 Sign jars --- .../OSGI-INF/l10n/bundle.properties | 2 +- .../META-INF/MANIFEST.MF | 2 +- pom.xml | 55 +++++++++++-------- 3 files changed, 35 insertions(+), 24 deletions(-) diff --git a/plugins/org.jkiss.dbeaver.ext.snowflake.core/OSGI-INF/l10n/bundle.properties b/plugins/org.jkiss.dbeaver.ext.snowflake.core/OSGI-INF/l10n/bundle.properties index 29aaabff10..d1bb6ddb6e 100644 --- a/plugins/org.jkiss.dbeaver.ext.snowflake.core/OSGI-INF/l10n/bundle.properties +++ b/plugins/org.jkiss.dbeaver.ext.snowflake.core/OSGI-INF/l10n/bundle.properties @@ -1,2 +1,2 @@ -Bundle-Vendor = Rider Soft +Bundle-Vendor = JKISS Bundle-Name = DBeaver Snowflake Extension core \ No newline at end of file diff --git a/plugins/org.jkiss.dbeaver.ext.snowflake.ui/META-INF/MANIFEST.MF b/plugins/org.jkiss.dbeaver.ext.snowflake.ui/META-INF/MANIFEST.MF index 4a4b9f3055..a8ded0a33c 100644 --- a/plugins/org.jkiss.dbeaver.ext.snowflake.ui/META-INF/MANIFEST.MF +++ b/plugins/org.jkiss.dbeaver.ext.snowflake.ui/META-INF/MANIFEST.MF @@ -15,5 +15,5 @@ Require-Bundle: org.eclipse.ui, org.jkiss.dbeaver.ext.snowflake.core Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Bundle-Vendor: Rider Soft +Bundle-Vendor: JKISS Bundle-Localization: plugin diff --git a/pom.xml b/pom.xml index 803c1425e9..48427cc74a 100644 --- a/pom.xml +++ b/pom.xml @@ -146,28 +146,39 @@ 1.8 - - - - + + + + sign-code + + false + + + + + org.apache.maven.plugins + maven-jarsigner-plugin + 1.2 + + ${key.storage.path}/jar-sign.keystore + dbeaver + dbeaver + dbeaver + + + + sign + + sign + + + + + + + + + -- GitLab