From 87aaadbbd494656676bd3737c3f0f8e7713597d0 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 31 May 2025 08:55:04 +0200 Subject: [PATCH] Sign --- .idea/compiler.xml | 4 +++- .idea/encodings.xml | 7 +++++++ pom.xml | 37 ++++++++++++++++++++++++++++++++----- 3 files changed, 42 insertions(+), 6 deletions(-) create mode 100644 .idea/encodings.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index d1ec25a..a0e384f 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -6,8 +6,10 @@ - + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..59b1143 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index a96bea9..f47a06c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,9 +5,12 @@ 0.2.1-SNAPSHOT - 11 - 11 - + 11 + + ${project.basedir}/testkeystore.jks + testkey + 123456 + @@ -47,6 +50,31 @@ maven-release-plugin 3.1.1 + + org.apache.maven.plugins + maven-jarsigner-plugin + 3.1.0 + + + sign + + sign + + + + verify + + verify + + + + + ${jarsigner.keystore} + ${jarsigner.alias} + ${jarsigner.storepass} + http://time.certum.pl + + @@ -63,6 +91,5 @@ scm:git:git@git.m724.eu:Minecon724/jarupdater.git - jarupdater-0.1.7 - + \ No newline at end of file