Skip to content

Commit 1d42ced

Browse files
author
TheSnoozer
committed
git-commit-id/git-commit-id-maven-plugin#711: use gpg profile on release, not sonatype-oss-release
1 parent ebf6357 commit 1d42ced

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
@@ -68,6 +68,9 @@
6868
<plugin>
6969
<artifactId>maven-release-plugin</artifactId>
7070
<version>3.0.1</version>
71+
<configuration>
72+
<arguments>-Pgpg</arguments>
73+
</configuration>
7174
</plugin>
7275
<plugin>
7376
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)