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 e36441d commit e5778c3Copy full SHA for e5778c3
pom.xml
@@ -269,25 +269,22 @@
269
<id>gpg</id>
270
<activation>
271
<property>
272
- <name>env.gpg.passphrase</name>
+ <name>env.MAVEN_GPG_PASSPHRASE</name>
273
</property>
274
</activation>
275
<build>
276
<plugins>
277
<plugin>
278
<groupId>org.apache.maven.plugins</groupId>
279
<artifactId>maven-gpg-plugin</artifactId>
280
- <version>3.1.0</version>
+ <version>3.2.7</version>
281
<executions>
282
<execution>
283
<id>sign-artifacts</id>
284
<phase>verify</phase>
285
<goals>
286
<goal>sign</goal>
287
</goals>
288
- <configuration>
289
- <passphrase>${env.gpg.passphrase}</passphrase>
290
- </configuration>
291
</execution>
292
</executions>
293
</plugin>
0 commit comments