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 2adc784 commit 76b6463Copy full SHA for 76b6463
pom.xml
@@ -371,25 +371,22 @@
371
<id>gpg</id>
372
<activation>
373
<property>
374
- <name>env.gpg.passphrase</name>
+ <name>env.MAVEN_GPG_PASSPHRASE</name>
375
</property>
376
</activation>
377
<build>
378
<plugins>
379
<plugin>
380
<groupId>org.apache.maven.plugins</groupId>
381
<artifactId>maven-gpg-plugin</artifactId>
382
- <version>3.1.0</version>
+ <version>3.2.7</version>
383
<executions>
384
<execution>
385
<id>sign-artifacts</id>
386
<phase>verify</phase>
387
<goals>
388
<goal>sign</goal>
389
</goals>
390
- <configuration>
391
- <passphrase>${env.gpg.passphrase}</passphrase>
392
- </configuration>
393
</execution>
394
</executions>
395
</plugin>
0 commit comments