Skip to content

Commit 78dc266

Browse files
author
Jose Enrique García Maciñeiras
committed
001 Fix Deployment
1 parent 756c973 commit 78dc266

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pom.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,14 +308,22 @@
308308
</configuration>
309309
</plugin>
310310
<plugin>
311-
<groupId>org.simplify4u.plugins</groupId>
312-
<artifactId>sign-maven-plugin</artifactId>
313-
<version>1.0.1</version>
311+
<groupId>org.apache.maven.plugins</groupId>
312+
<artifactId>maven-gpg-plugin</artifactId>
313+
<version>3.0.1</version>
314314
<executions>
315315
<execution>
316+
<id>sign-artifacts</id>
316317
<goals>
317318
<goal>sign</goal>
318319
</goals>
320+
<phase>verify</phase>
321+
<configuration>
322+
<gpgArguments>
323+
<arg>--pinentry-mode</arg>
324+
<arg>loopback</arg>
325+
</gpgArguments>
326+
</configuration>
319327
</execution>
320328
</executions>
321329
</plugin>

0 commit comments

Comments
 (0)