|
|
@ -9,6 +9,39 @@ |
|
|
|
<version>0.0.1</version> |
|
|
|
<version>0.0.1</version> |
|
|
|
<description>steam令牌计算</description> |
|
|
|
<description>steam令牌计算</description> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<name>Steam Token Generator Using Java</name> |
|
|
|
|
|
|
|
<url>https://github.com/niushuai233/steam-token</url> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<scm> |
|
|
|
|
|
|
|
<connection>scm:git:git@github.com:niushuai233/steam-token.git</connection> |
|
|
|
|
|
|
|
<developerConnection>scm:git:git@github.com:niushuai233/steam-token.git</developerConnection> |
|
|
|
|
|
|
|
<url>https://github.com/niushuai233/steam-token</url> |
|
|
|
|
|
|
|
</scm> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<organization> |
|
|
|
|
|
|
|
<name>niushuai.cc</name> |
|
|
|
|
|
|
|
<url>https://niushuai.cc</url> |
|
|
|
|
|
|
|
</organization> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<developers> |
|
|
|
|
|
|
|
<developer> |
|
|
|
|
|
|
|
<id>niushuai233</id> |
|
|
|
|
|
|
|
<name>niushuai233</name> |
|
|
|
|
|
|
|
<email>shuai.niu@foxmail.com</email> |
|
|
|
|
|
|
|
</developer> |
|
|
|
|
|
|
|
</developers> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Licensing --> |
|
|
|
|
|
|
|
<licenses> |
|
|
|
|
|
|
|
<license> |
|
|
|
|
|
|
|
<name>Apache License, Version 2.0</name> |
|
|
|
|
|
|
|
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
|
|
|
|
|
|
|
<distribution>repo</distribution> |
|
|
|
|
|
|
|
<comments>A business-friendly OSS license</comments> |
|
|
|
|
|
|
|
</license> |
|
|
|
|
|
|
|
</licenses> |
|
|
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<java.version>1.8</java.version> |
|
|
|
<java.version>1.8</java.version> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
@ -42,6 +75,17 @@ |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<distributionManagement> |
|
|
|
|
|
|
|
<repository> |
|
|
|
|
|
|
|
<id>ossrh</id> |
|
|
|
|
|
|
|
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
|
|
|
|
|
|
|
</repository> |
|
|
|
|
|
|
|
<snapshotRepository> |
|
|
|
|
|
|
|
<id>ossrh</id> |
|
|
|
|
|
|
|
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
|
|
|
|
|
|
|
</snapshotRepository> |
|
|
|
|
|
|
|
</distributionManagement> |
|
|
|
|
|
|
|
|
|
|
|
<repositories> |
|
|
|
<repositories> |
|
|
|
<repository> |
|
|
|
<repository> |
|
|
|
<id>aliyun</id> |
|
|
|
<id>aliyun</id> |
|
|
@ -54,6 +98,7 @@ |
|
|
|
</snapshots> |
|
|
|
</snapshots> |
|
|
|
</repository> |
|
|
|
</repository> |
|
|
|
</repositories> |
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
|
|
<pluginRepositories> |
|
|
|
<pluginRepositories> |
|
|
|
<pluginRepository> |
|
|
|
<pluginRepository> |
|
|
|
<id>aliyun-plugin</id> |
|
|
|
<id>aliyun-plugin</id> |
|
|
@ -68,7 +113,6 @@ |
|
|
|
</pluginRepositories> |
|
|
|
</pluginRepositories> |
|
|
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
<build> |
|
|
|
<finalName>steam-token-generator</finalName> |
|
|
|
|
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<artifactId>maven-assembly-plugin</artifactId> |
|
|
|
<artifactId>maven-assembly-plugin</artifactId> |
|
|
@ -94,6 +138,67 @@ |
|
|
|
</execution> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</executions> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId> |
|
|
|
|
|
|
|
<version>2.2.1</version> |
|
|
|
|
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<id>attach-sources</id> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>jar-no-fork</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
</executions> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
|
|
|
|
|
|
<version>2.9.1</version> |
|
|
|
|
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<id>attach-javadocs</id> |
|
|
|
|
|
|
|
<phase>package</phase> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>jar</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<additionalparam>-Xdoclint:none</additionalparam> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
</executions> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
<!--签名插件--> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId> |
|
|
|
|
|
|
|
<version>1.5</version> |
|
|
|
|
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<id>sign-artifacts</id> |
|
|
|
|
|
|
|
<phase>verify</phase> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>sign</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<keyname>${gpg.keyname}</keyname> |
|
|
|
|
|
|
|
<passphraseServerId>${gpg.keyname}</passphraseServerId> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
</executions> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
<!--自动发布插件--> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.sonatype.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>nexus-staging-maven-plugin</artifactId> |
|
|
|
|
|
|
|
<version>1.6.7</version> |
|
|
|
|
|
|
|
<extensions>true</extensions> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<serverId>ossrh</serverId> |
|
|
|
|
|
|
|
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
|
|
|
|
|
|
|
<autoReleaseAfterClose>true</autoReleaseAfterClose> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
|
|