Skip to content

Commit

Permalink
Merge pull request #398 from LiUSemWeb/397-bug-disable-gpg-signing-wh…
Browse files Browse the repository at this point in the history
…en-building-docker-container

disable GPG signing on mvn install
  • Loading branch information
hartig authored Mar 5, 2025
2 parents 27162b9 + 9a741ae commit 30ecea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<gpg.skip>true</gpg.skip>
</properties>

<!-- Dependencies -->
Expand Down

0 comments on commit 30ecea2

Please sign in to comment.