Skip to content

Commit

Permalink
Merge pull request #711 from hboutemy/patch-1
Browse files Browse the repository at this point in the history
use gpg profile on release, not sonatype-oss-release
  • Loading branch information
TheSnoozer committed Mar 5, 2024
2 parents fcf51fa + d64bb52 commit 33c20c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<arguments>-Pgpg</arguments>
</configuration>
</plugin>

<!-- 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) -->
Expand Down

0 comments on commit 33c20c0

Please sign in to comment.