Skip to content

Commit

Permalink
Sign parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBodewig authored Jan 14, 2024
1 parent 62e6eca commit ba9139d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,17 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit ba9139d

Please sign in to comment.