File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 247247 </execution >
248248 </executions >
249249 </plugin >
250- <!-- <plugin> -- >
251- <!-- <groupId>org.apache.maven.plugins</groupId> -- >
252- <!-- <artifactId>maven-gpg-plugin</artifactId> -- >
253- <!-- <version>3.2.7</version> -- >
254- <!-- <executions> -- >
255- <!-- <execution> -- >
256- <!-- <id>sign-artifacts</id> -- >
257- <!-- <phase>verify</phase> -- >
258- <!-- <goals> -- >
259- <!-- <goal>sign</goal> -- >
260- <!-- </goals> -- >
261- <!-- <configuration> -- >
262- <!-- <gpgArguments> -- >
263- <!-- <arg>-- pinentry-mode</arg> -- >
264- <!-- <arg>loopback</arg> -- >
265- <!-- </gpgArguments> -- >
266- <!-- </configuration> -- >
267- <!-- </execution> -- >
268- <!-- </executions> -- >
269- <!-- </plugin> -- >
250+ <plugin >
251+ <groupId >org.apache.maven.plugins</groupId >
252+ <artifactId >maven-gpg-plugin</artifactId >
253+ <version >3.2.7</version >
254+ <executions >
255+ <execution >
256+ <id >sign-artifacts</id >
257+ <phase >verify</phase >
258+ <goals >
259+ <goal >sign</goal >
260+ </goals >
261+ <configuration >
262+ <gpgArguments >
263+ <arg >-- pinentry-mode</arg >
264+ <arg >loopback</arg >
265+ </gpgArguments >
266+ </configuration >
267+ </execution >
268+ </executions >
269+ </plugin >
270270 <plugin >
271271 <groupId >com.diffplug.spotless</groupId >
272272 <artifactId >spotless-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments