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 8de326c commit 3ae0f39Copy full SHA for 3ae0f39
pom.xml
@@ -135,15 +135,22 @@
135
<plugin>
136
<groupId>org.apache.maven.plugins</groupId>
137
<artifactId>maven-gpg-plugin</artifactId>
138
- <version>1.5</version>
+ <version>3.0.1</version>
139
<executions>
140
<execution>
141
+ <id>sign-artifacts</id>
142
<phase>verify</phase>
143
<goals>
144
<goal>sign</goal>
145
</goals>
146
</execution>
147
</executions>
148
+ <configuration>
149
+ <gpgArguments>
150
+ <arg>--pinentry-mode</arg>
151
+ <arg>loopback</arg>
152
+ </gpgArguments>
153
+ </configuration>
154
</plugin>
155
156
<groupId>org.sonatype.plugins</groupId>
0 commit comments