Skip to content

Commit

Permalink
ci: update gpg profile
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy committed Jan 16, 2025
1 parent 3abdb2e commit ce76c2a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -496,25 +496,22 @@
<id>gpg</id>
<activation>
<property>
<name>env.gpg.passphrase</name>
<name>env.MAVEN_GPG_PASSPHRASE</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<passphrase>${env.gpg.passphrase}</passphrase>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit ce76c2a

Please sign in to comment.