Skip to content

Commit 6606796

Browse files
javier-godoypaodb
authored andcommitted
ci: add GPG settings
1 parent 3d7ab66 commit 6606796

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,32 @@
423423
</plugins>
424424
</build>
425425
</profile>
426+
<profile>
427+
<id>gpg</id>
428+
<activation>
429+
<property>
430+
<name>gpg.passphrase</name>
431+
</property>
432+
</activation>
433+
<build>
434+
<plugins>
435+
<plugin>
436+
<groupId>org.apache.maven.plugins</groupId>
437+
<artifactId>maven-gpg-plugin</artifactId>
438+
<version>3.1.0</version>
439+
<executions>
440+
<execution>
441+
<id>sign-artifacts</id>
442+
<phase>verify</phase>
443+
<goals>
444+
<goal>sign</goal>
445+
</goals>
446+
</execution>
447+
</executions>
448+
</plugin>
449+
</plugins>
450+
</build>
451+
</profile>
426452
<profile>
427453
<id>demo-jar</id>
428454
<build>

0 commit comments

Comments
 (0)