We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecd74c commit 8d03386Copy full SHA for 8d03386
pom.xml
@@ -326,28 +326,25 @@
326
<id>gpg</id>
327
<activation>
328
<property>
329
- <name>env.gpg.passphrase</name>
+ <name>env.MAVEN_GPG_PASSPHRASE</name>
330
</property>
331
</activation>
332
<build>
333
<plugins>
334
<plugin>
335
<groupId>org.apache.maven.plugins</groupId>
336
<artifactId>maven-gpg-plugin</artifactId>
337
- <version>3.1.0</version>
+ <version>3.2.7</version>
338
<executions>
339
<execution>
340
<id>sign-artifacts</id>
341
<phase>verify</phase>
342
<goals>
343
<goal>sign</goal>
344
</goals>
345
- <configuration>
346
- <passphrase>${env.gpg.passphrase}</passphrase>
347
- </configuration>
348
- </execution>
349
- </executions>
350
- </plugin>
+ </execution>
+ </executions>
+ </plugin>
351
</plugins>
352
</build>
353
</profile>
0 commit comments