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 d5a239d commit 6ed33e9Copy full SHA for 6ed33e9
pom.xml
@@ -150,14 +150,17 @@
150
<plugin>
151
<groupId>org.apache.maven.plugins</groupId>
152
<artifactId>maven-gpg-plugin</artifactId>
153
- <version>3.0.1</version>
+ <version>1.6</version>
154
<executions>
155
<execution>
156
<id>sign-artifacts</id>
157
<phase>verify</phase>
158
<goals>
159
<goal>sign</goal>
160
</goals>
161
+ <configuration>
162
+ <useAgent>true</useAgent>
163
+ </configuration>
164
</execution>
165
</executions>
166
</plugin>
0 commit comments