Skip to content

Commit cbc5de4

Browse files
javier-godoypaodb
authored andcommitted
ci: add GPG settings
1 parent 4dd55cf commit cbc5de4

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

pom.xml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,34 @@
364364
</plugins>
365365
</build>
366366
</profile>
367-
367+
368+
<profile>
369+
<id>gpg</id>
370+
<activation>
371+
<property>
372+
<name>gpg.passphrase</name>
373+
</property>
374+
</activation>
375+
<build>
376+
<plugins>
377+
<plugin>
378+
<groupId>org.apache.maven.plugins</groupId>
379+
<artifactId>maven-gpg-plugin</artifactId>
380+
<version>3.1.0</version>
381+
<executions>
382+
<execution>
383+
<id>sign-artifacts</id>
384+
<phase>verify</phase>
385+
<goals>
386+
<goal>sign</goal>
387+
</goals>
388+
</execution>
389+
</executions>
390+
</plugin>
391+
</plugins>
392+
</build>
393+
</profile>
394+
368395
<profile>
369396
<id>v23</id>
370397
<properties>

0 commit comments

Comments
 (0)