Skip to content

Commit d0a9931

Browse files
committed
Add gpg plugin to google poms
1 parent dba4216 commit d0a9931

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

script/closure-library-release/google-closure-library-third-party.pom.template

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@
1616

1717
<url>http://code.google.com/p/closure-library/</url>
1818

19+
<build>
20+
<plugins>
21+
<plugin>
22+
<groupId>org.apache.maven.plugins</groupId>
23+
<artifactId>maven-gpg-plugin</artifactId>
24+
<version>3.1.0</version>
25+
<configuration>
26+
<gpgArguments>
27+
<arg>--pinentry-mode</arg>
28+
<arg>loopback</arg>
29+
</gpgArguments>
30+
</configuration>
31+
</plugin>
32+
</plugins>
33+
</build>
34+
1935
<description>
2036
The Google Closure Library is a collection of JavaScript code
2137
designed for use with the Google Closure JavaScript Compiler.

script/closure-library-release/google-closure-library.pom.template

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,22 @@
2424
team at http://clojure.org/
2525
</description>
2626

27+
<build>
28+
<plugins>
29+
<plugin>
30+
<groupId>org.apache.maven.plugins</groupId>
31+
<artifactId>maven-gpg-plugin</artifactId>
32+
<version>3.1.0</version>
33+
<configuration>
34+
<gpgArguments>
35+
<arg>--pinentry-mode</arg>
36+
<arg>loopback</arg>
37+
</gpgArguments>
38+
</configuration>
39+
</plugin>
40+
</plugins>
41+
</build>
42+
2743
<dependencies>
2844
<dependency>
2945
<groupId>org.clojure</groupId>

0 commit comments

Comments
 (0)