From 38afb05fc82e8acd418e481c07f7b6b73ac6ecf2 Mon Sep 17 00:00:00 2001 From: carm Date: Sun, 18 Dec 2022 04:55:44 +0800 Subject: [PATCH] =?UTF-8?q?build(scm):=20=E8=A1=A5=E5=85=A8=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E7=9A=84=E9=A1=B9=E7=9B=AE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 68 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index aba1eb1..15c7355 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,13 @@ + + scm:git:git@github.com:CarmJos/MineSQL + scm:git:git@github.com:CarmJos/MineSQL.git + https://github.com/CarmJos/MineSQL + HEAD + + GNU General Public License v3.0 @@ -81,11 +88,6 @@ https://github.com/CarmJos/MineSQL/releases - - github - GitHub Packages - https://maven.pkg.github.com/CarmJos/MineSQL - @@ -199,6 +201,37 @@ false + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + + + + --pinentry-mode + loopback + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + + @@ -241,5 +274,35 @@ + + + + ossrh + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + github + + + github + GitHub Packages + https://maven.pkg.github.com/CarmJos/MineConfiguration + + + + + + \ No newline at end of file