File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 313313 </execution >
314314 </executions >
315315 </plugin >
316+ <plugin >
317+ <groupId >org.apache.maven.plugins</groupId >
318+ <artifactId >maven-gpg-plugin</artifactId >
319+ <version >3.2.7</version >
320+ <executions >
321+ <execution >
322+ <id >sign-artifacts</id >
323+ <phase >verify</phase >
324+ <goals >
325+ <goal >sign</goal >
326+ </goals >
327+ </execution >
328+ </executions >
329+ </plugin >
316330 </plugins >
317331 </build >
318332 </profile >
Original file line number Diff line number Diff line change 238238 </execution >
239239 </executions >
240240 </plugin >
241+ <plugin >
242+ <groupId >org.apache.maven.plugins</groupId >
243+ <artifactId >maven-gpg-plugin</artifactId >
244+ <version >3.2.7</version >
245+ <executions >
246+ <execution >
247+ <id >sign-artifacts</id >
248+ <phase >verify</phase >
249+ <goals >
250+ <goal >sign</goal >
251+ </goals >
252+ </execution >
253+ </executions >
254+ </plugin >
241255 </plugins >
242256 </build >
243257 </profile >
You can’t perform that action at this time.
0 commit comments