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 94e0735 commit 6c0509fCopy full SHA for 6c0509f
pom.xml
@@ -449,25 +449,22 @@
449
<id>gpg</id>
450
<activation>
451
<property>
452
- <name>env.gpg.passphrase</name>
+ <name>env.MAVEN_GPG_PASSPHRASE</name>
453
</property>
454
</activation>
455
<build>
456
<plugins>
457
<plugin>
458
<groupId>org.apache.maven.plugins</groupId>
459
<artifactId>maven-gpg-plugin</artifactId>
460
- <version>3.1.0</version>
+ <version>3.2.7</version>
461
<executions>
462
<execution>
463
<id>sign-artifacts</id>
464
<phase>verify</phase>
465
<goals>
466
<goal>sign</goal>
467
</goals>
468
- <configuration>
469
- <passphrase>${env.gpg.passphrase}</passphrase>
470
- </configuration>
471
</execution>
472
</executions>
473
</plugin>
0 commit comments