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 b9ae06f commit 368ebbeCopy full SHA for 368ebbe
pom.xml
@@ -469,25 +469,22 @@
469
<id>gpg</id>
470
<activation>
471
<property>
472
- <name>env.gpg.passphrase</name>
+ <name>env.MAVEN_GPG_PASSPHRASE</name>
473
</property>
474
</activation>
475
<build>
476
<plugins>
477
<plugin>
478
<groupId>org.apache.maven.plugins</groupId>
479
<artifactId>maven-gpg-plugin</artifactId>
480
- <version>3.1.0</version>
+ <version>3.2.7</version>
481
<executions>
482
<execution>
483
<id>sign-artifacts</id>
484
<phase>verify</phase>
485
<goals>
486
<goal>sign</goal>
487
</goals>
488
- <configuration>
489
- <passphrase>${env.gpg.passphrase}</passphrase>
490
- </configuration>
491
</execution>
492
</executions>
493
</plugin>
0 commit comments