Skip to content

Commit 3b4782c

Browse files
author
jianggang
committed
add publishing config
1 parent af85e1c commit 3b4782c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,14 +284,14 @@
284284
<goals>
285285
<goal>sign</goal>
286286
</goals>
287+
<configuration>
288+
<gpgArguments>
289+
<arg>--pinentry-mode</arg>
290+
<arg>loopback</arg>
291+
</gpgArguments>
292+
</configuration>
287293
</execution>
288294
</executions>
289-
<configuration>
290-
<gpgArguments>
291-
<arg>--pinentry-mode</arg>
292-
<arg>loopback</arg>
293-
</gpgArguments>
294-
</configuration>
295295
</plugin>
296296
</plugins>
297297
</build>

0 commit comments

Comments
 (0)