Skip to content

Commit 9f95d69

Browse files
authored
Merge pull request #2705 from aws/milem/batch-maven-gpg-plugin
Update pom.xml to set --batch for maven-gpg-plugin
2 parents 846d024 + 8e08b5c commit 9f95d69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,11 @@
707707
</goals>
708708
</execution>
709709
</executions>
710+
<configuration>
711+
<gpgArguments>
712+
<arg>--batch</arg>
713+
</gpgArguments>
714+
</configuration>
710715
</plugin>
711716
<plugin>
712717
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)