Skip to content

Commit d64bb52

Browse files
authored
use gpg profile on release, not sonatype-oss-release
1 parent fcf51fa commit d64bb52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@
178178
<plugin>
179179
<artifactId>maven-release-plugin</artifactId>
180180
<version>3.0.1</version>
181+
<configuration>
182+
<arguments>-Pgpg</arguments>
183+
</configuration>
181184
</plugin>
182185

183186
<!-- if you would like to run the git-commit-id-maven-plugin for your build, you could also include it here instead using a profile (see README.md) -->

0 commit comments

Comments
 (0)