Skip to content

Commit 3b49fc8

Browse files
committed
Remove batch from gpg plugin
1 parent ecc81de commit 3b49fc8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
<licenses>
1717
<license>
1818
<name>The Apache Software License, Version 2.0</name>
19-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
19+
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
2020
<distribution>repo</distribution>
21-
<comments>A business-friendly OSS license</comments>
2221
</license>
2322
</licenses>
2423

@@ -322,7 +321,6 @@
322321
</goals>
323322
<configuration>
324323
<gpgArguments>
325-
<arg>--batch</arg>
326324
<arg>--pinentry-mode</arg>
327325
<arg>loopback</arg>
328326
</gpgArguments>

0 commit comments

Comments
 (0)