Skip to content

Commit a71ff78

Browse files
committed
Make sure to sign artifacts before publishing
1 parent a1cd515 commit a71ff78

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,15 @@
517517
<groupId>org.apache.maven.plugins</groupId>
518518
<artifactId>maven-gpg-plugin</artifactId>
519519
<version>3.0.1</version>
520+
<executions>
521+
<execution>
522+
<id>sign-artifacts</id>
523+
<phase>verify</phase>
524+
<goals>
525+
<goal>sign</goal>
526+
</goals>
527+
</execution>
528+
</executions>
520529
</plugin>
521530
</plugins>
522531
</build>

0 commit comments

Comments
 (0)