We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf68ea commit 6444a45Copy full SHA for 6444a45
pom.xml
@@ -157,6 +157,20 @@
157
</execution>
158
</executions>
159
</plugin>
160
+ <plugin>
161
+ <groupId>org.apache.maven.plugins</groupId>
162
+ <artifactId>maven-gpg-plugin</artifactId>
163
+ <version>1.5</version>
164
+ <executions>
165
+ <execution>
166
+ <id>sign-artifacts</id>
167
+ <phase>verify</phase>
168
+ <goals>
169
+ <goal>sign</goal>
170
+ </goals>
171
+ </execution>
172
+ </executions>
173
+ </plugin>
174
<plugin>
175
<groupId>org.apache.maven.plugins</groupId>
176
<artifactId>maven-source-plugin</artifactId>
0 commit comments