From 57f242bad9d00930c856973e89d4e440f546377f Mon Sep 17 00:00:00 2001 From: niushuai233 Date: Mon, 5 Sep 2022 17:06:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3pom=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=BA=E5=8F=AF=E5=8F=91=E5=B8=83=E5=88=B0=E4=B8=AD=E5=A4=AE?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 106 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f9dfe23..839f7d6 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,39 @@ 0.0.1 steam令牌计算 + + Steam Token Generator Using Java + https://github.com/niushuai233/steam-token + + + scm:git:git@github.com:niushuai233/steam-token.git + scm:git:git@github.com:niushuai233/steam-token.git + https://github.com/niushuai233/steam-token + + + + niushuai.cc + https://niushuai.cc + + + + + niushuai233 + niushuai233 + shuai.niu@foxmail.com + + + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + 1.8 UTF-8 @@ -42,6 +75,17 @@ + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + aliyun @@ -54,6 +98,7 @@ + aliyun-plugin @@ -68,7 +113,6 @@ - steam-token-generator maven-assembly-plugin @@ -94,6 +138,67 @@ + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + package + + jar + + + -Xdoclint:none + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + ${gpg.keyname} + ${gpg.keyname} + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://s01.oss.sonatype.org/ + true + +