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 3abdb2e commit ce76c2aCopy full SHA for ce76c2a
pom.xml
@@ -496,25 +496,22 @@
496
<id>gpg</id>
497
<activation>
498
<property>
499
- <name>env.gpg.passphrase</name>
+ <name>env.MAVEN_GPG_PASSPHRASE</name>
500
</property>
501
</activation>
502
<build>
503
<plugins>
504
<plugin>
505
<groupId>org.apache.maven.plugins</groupId>
506
<artifactId>maven-gpg-plugin</artifactId>
507
- <version>3.1.0</version>
+ <version>3.2.7</version>
508
<executions>
509
<execution>
510
<id>sign-artifacts</id>
511
<phase>verify</phase>
512
<goals>
513
<goal>sign</goal>
514
</goals>
515
- <configuration>
516
- <passphrase>${env.gpg.passphrase}</passphrase>
517
- </configuration>
518
</execution>
519
</executions>
520
</plugin>
0 commit comments