Skip to content

Commit bf6a38a

Browse files
author
Arnaud Breton
committed
Add GPG sign plugin
1 parent 3adfc46 commit bf6a38a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.mailjet</groupId>
55
<artifactId>mailjet-client</artifactId>
6-
<version>4.1.0-SNAPSHOT</version>
6+
<version>4.1.0</version>
77
<packaging>jar</packaging>
88
<name>Mailjet Client</name>
99
<description>A Mailjet API Client</description>
@@ -126,6 +126,22 @@
126126
<autoReleaseAfterClose>true</autoReleaseAfterClose>
127127
</configuration>
128128
</plugin>
129+
<plugin>
130+
<groupId>org.apache.maven.plugins</groupId>
131+
<artifactId>maven-gpg-plugin</artifactId>
132+
<executions>
133+
<execution>
134+
<id>sign-artifacts</id>
135+
<phase>verify</phase>
136+
<goals>
137+
<goal>sign</goal>
138+
</goals>
139+
</execution>
140+
</executions>
141+
<configuration>
142+
<keyname>9BD3657DFD7A37FA</keyname>
143+
</configuration>
144+
</plugin>
129145
</plugins>
130146
</build>
131147
</project>

0 commit comments

Comments
 (0)