File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
script/closure-library-release Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 16
16
17
17
<url>http://code.google.com/p/closure-library/</url>
18
18
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
+
19
35
<description>
20
36
The Google Closure Library is a collection of JavaScript code
21
37
designed for use with the Google Closure JavaScript Compiler.
Original file line number Diff line number Diff line change 24
24
team at http://clojure.org/
25
25
</description>
26
26
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
+
27
43
<dependencies>
28
44
<dependency>
29
45
<groupId>org.clojure</groupId>
You can’t perform that action at this time.
0 commit comments