We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d27364 commit 2b934e2Copy full SHA for 2b934e2
pom.xml
@@ -443,25 +443,22 @@
443
<id>gpg</id>
444
<activation>
445
<property>
446
- <name>env.gpg.passphrase</name>
+ <name>env.MAVEN_GPG_PASSPHRASE</name>
447
</property>
448
</activation>
449
<build>
450
<plugins>
451
<plugin>
452
<groupId>org.apache.maven.plugins</groupId>
453
<artifactId>maven-gpg-plugin</artifactId>
454
- <version>3.1.0</version>
+ <version>3.2.7</version>
455
<executions>
456
<execution>
457
<id>sign-artifacts</id>
458
<phase>verify</phase>
459
<goals>
460
<goal>sign</goal>
461
</goals>
462
- <configuration>
463
- <passphrase>${env.gpg.passphrase}</passphrase>
464
- </configuration>
465
</execution>
466
</executions>
467
</plugin>
0 commit comments