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 + +