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 628e330 commit 369dac7Copy full SHA for 369dac7
pom.xml
@@ -460,25 +460,22 @@
460
<id>gpg</id>
461
<activation>
462
<property>
463
- <name>env.gpg.passphrase</name>
+ <name>env.MAVEN_GPG_PASSPHRASE</name>
464
</property>
465
</activation>
466
<build>
467
<plugins>
468
<plugin>
469
<groupId>org.apache.maven.plugins</groupId>
470
<artifactId>maven-gpg-plugin</artifactId>
471
- <version>3.1.0</version>
+ <version>3.2.7</version>
472
<executions>
473
<execution>
474
<id>sign-artifacts</id>
475
<phase>verify</phase>
476
<goals>
477
<goal>sign</goal>
478
</goals>
479
- <configuration>
480
- <passphrase>${env.gpg.passphrase}</passphrase>
481
- </configuration>
482
</execution>
483
</executions>
484
</plugin>
0 commit comments