We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54abf5a commit a6b846bCopy full SHA for a6b846b
pom.xml
@@ -168,6 +168,20 @@
168
<!-- </executions>-->
169
<!-- <inherited>false</inherited>-->
170
<!-- </plugin>-->
171
+ <plugin>
172
+ <groupId>org.apache.maven.plugins</groupId>
173
+ <artifactId>maven-gpg-plugin</artifactId>
174
+ <version>1.6</version>
175
+ <executions>
176
+ <execution>
177
+ <id>sign-artifacts</id>
178
+ <phase>verify</phase>
179
+ <goals>
180
+ <goal>sign</goal>
181
+ </goals>
182
+ </execution>
183
+ </executions>
184
+ </plugin>
185
<plugin>
186
<artifactId>maven-compiler-plugin</artifactId>
187
<version>3.5.1</version>
0 commit comments