Skip to content

Commit 20f8b76

Browse files
committed
replace pgp-m-p w/ sign-m-p
Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
1 parent b0936fc commit 20f8b76

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

pom.xml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>wtf.metio.maven.parents</groupId>
2121
<artifactId>maven-parents-java-stable</artifactId>
22-
<version>2023.10.27</version>
22+
<version>2023.11.24</version>
2323
</parent>
2424

2525
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
@@ -72,6 +72,7 @@
7272

7373
<pit.mutationCoverage>65</pit.mutationCoverage>
7474
<pmd.skip>true</pmd.skip>
75+
<pgp.skip>true</pgp.skip>
7576
</properties>
7677

7778
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
@@ -368,6 +369,25 @@
368369
</build>
369370

370371
<profiles>
372+
<profile>
373+
<id>release</id>
374+
<build>
375+
<plugins>
376+
<plugin>
377+
<groupId>org.simplify4u.plugins</groupId>
378+
<artifactId>sign-maven-plugin</artifactId>
379+
<version>1.0.1</version>
380+
<executions>
381+
<execution>
382+
<goals>
383+
<goal>sign</goal>
384+
</goals>
385+
</execution>
386+
</executions>
387+
</plugin>
388+
</plugins>
389+
</build>
390+
</profile>
371391
<profile>
372392
<id>native-linux</id>
373393
<activation>

0 commit comments

Comments
 (0)