1
mirror of https://github.com/CarmJos/GithubReleases4J.git synced 2026-06-04 13:08:17 +08:00

[v1.2.2] [A] Add GPG Settings.

This commit is contained in:
2022-01-22 14:13:41 +08:00
parent dac264a09d
commit 7eae212bc3
2 changed files with 16 additions and 2 deletions
+15 -1
View File
@@ -14,7 +14,7 @@
<groupId>cc.carm.lib</groupId>
<artifactId>githubreleases4j</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<name>GithubReleases4J</name>
<description>Github Releases for Java</description>
@@ -130,6 +130,20 @@
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>