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 11ae63c commit 6ada344Copy full SHA for 6ada344
pom.xml
@@ -414,25 +414,22 @@
414
<id>gpg</id>
415
<activation>
416
<property>
417
- <name>env.gpg.passphrase</name>
+ <name>env.MAVEN_GPG_PASSPHRASE</name>
418
</property>
419
</activation>
420
<build>
421
<plugins>
422
<plugin>
423
<groupId>org.apache.maven.plugins</groupId>
424
<artifactId>maven-gpg-plugin</artifactId>
425
- <version>3.1.0</version>
+ <version>3.2.7</version>
426
<executions>
427
<execution>
428
<id>sign-artifacts</id>
429
<phase>verify</phase>
430
<goals>
431
<goal>sign</goal>
432
</goals>
433
- <configuration>
434
- <passphrase>${env.gpg.passphrase}</passphrase>
435
- </configuration>
436
</execution>
437
</executions>
438
</plugin>
0 commit comments