Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb30fc43

Browse files
authored
Including maven-gpg-plugin (#15)
1 parent6ba82d2 commitb30fc43

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

‎.gitignore‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ hs_err_pid*
1818

1919
release.properties
2020
pom.xml.releaseBackup
21-
22-
.m2

‎pom.xml‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,20 @@
6666
</execution>
6767
</executions>
6868
</plugin>
69+
<plugin>
70+
<groupId>org.apache.maven.plugins</groupId>
71+
<artifactId>maven-gpg-plugin</artifactId>
72+
<version>1.5</version>
73+
<executions>
74+
<execution>
75+
<id>sign-artifacts</id>
76+
<phase>verify</phase>
77+
<goals>
78+
<goal>sign</goal>
79+
</goals>
80+
</execution>
81+
</executions>
82+
</plugin>
6983
<plugin>
7084
<groupId>org.apache.maven.plugins</groupId>
7185
<artifactId>maven-jarsigner-plugin</artifactId>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp