Skip to content

Commit

Permalink
🔒️ automatically check maven artefact signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
McPringle committed Nov 13, 2024
1 parent 61e655d commit 775fb75
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,11 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>1.18.2</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down Expand Up @@ -317,6 +322,18 @@
</executions>
</plugin>

<plugin>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
Expand Down

0 comments on commit 775fb75

Please sign in to comment.