We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe3544 commit 2973399Copy full SHA for 2973399
pom.xml
@@ -487,25 +487,22 @@
487
<id>gpg</id>
488
<activation>
489
<property>
490
- <name>env.gpg.passphrase</name>
+ <name>env.MAVEN_GPG_PASSPHRASE</name>
491
</property>
492
</activation>
493
<build>
494
<plugins>
495
<plugin>
496
<groupId>org.apache.maven.plugins</groupId>
497
<artifactId>maven-gpg-plugin</artifactId>
498
- <version>3.1.0</version>
+ <version>3.2.7</version>
499
<executions>
500
<execution>
501
<id>sign-artifacts</id>
502
<phase>verify</phase>
503
<goals>
504
<goal>sign</goal>
505
</goals>
506
- <configuration>
507
- <passphrase>${env.gpg.passphrase}</passphrase>
508
- </configuration>
509
</execution>
510
</executions>
511
</plugin>
0 commit comments