Skip to content

Commit 3c62bc8

Browse files
author
Grzegorz Piwowarek
committed
Release 1.1 plugin added
1 parent 776d5b1 commit 3c62bc8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,20 @@
7979
</executions>
8080
</plugin>
8181

82+
<plugin>
83+
<groupId>org.apache.maven.plugins</groupId>
84+
<artifactId>maven-gpg-plugin</artifactId>
85+
<executions>
86+
<execution>
87+
<id>sign-artifacts</id>
88+
<phase>verify</phase>
89+
<goals>
90+
<goal>sign</goal>
91+
</goals>
92+
</execution>
93+
</executions>
94+
</plugin>
95+
8296
<plugin>
8397
<groupId>org.sonatype.plugins</groupId>
8498
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)