Skip to content

Commit a4540f0

Browse files
committed
[master] Added missing maven-gpg-plugin configuration
1 parent 88ab41d commit a4540f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,14 @@
201201
</execution>
202202
</executions>
203203
</plugin>
204+
<plugin>
205+
<groupId>org.codehaus.mojo</groupId>
206+
<artifactId>maven-gpg-plugin</artifactId>
207+
<version>3.0.1</version>
208+
<configuration>
209+
<passphrase>${JRELEASER_GPG_PASSPHRASE}</passphrase>
210+
</configuration>
211+
</plugin>
204212
<plugin>
205213
<groupId>org.jreleaser</groupId>
206214
<artifactId>jreleaser-maven-plugin</artifactId>

0 commit comments

Comments
 (0)