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 fdfdf71 commit fea7c71Copy full SHA for fea7c71
pom.xml
@@ -442,25 +442,22 @@
442
<id>gpg</id>
443
<activation>
444
<property>
445
- <name>env.gpg.passphrase</name>
+ <name>env.MAVEN_GPG_PASSPHRASE</name>
446
</property>
447
</activation>
448
<build>
449
<plugins>
450
<plugin>
451
<groupId>org.apache.maven.plugins</groupId>
452
<artifactId>maven-gpg-plugin</artifactId>
453
- <version>3.1.0</version>
+ <version>3.2.7</version>
454
<executions>
455
<execution>
456
<id>sign-artifacts</id>
457
<phase>verify</phase>
458
<goals>
459
<goal>sign</goal>
460
</goals>
461
- <configuration>
462
- <passphrase>${env.gpg.passphrase}</passphrase>
463
- </configuration>
464
</execution>
465
</executions>
466
</plugin>
0 commit comments