File tree Expand file tree Collapse file tree 1 file changed +9
-33
lines changed
Expand file tree Collapse file tree 1 file changed +9
-33
lines changed Original file line number Diff line number Diff line change 2929 <tag >4.8.0</tag >
3030 </scm >
3131 <profiles >
32- <profile >
33- <id >gpg</id >
34- <activation >
35- <activeByDefault >false</activeByDefault >
36- </activation >
37- <build >
38- <plugins >
39- <plugin >
40- <groupId >org.apache.maven.plugins</groupId >
41- <artifactId >maven-gpg-plugin</artifactId >
42- <version >1.6</version >
43- <executions >
44- <execution >
45- <id >sign-artifacts</id >
46- <phase >verify</phase >
47- <goals >
48- <goal >sign</goal >
49- </goals >
50- </execution >
51- </executions >
52- <configuration >
53- <keyname >${gpg.keyname} </keyname >
54- <passphrase >${gpg.passphrase} </passphrase >
55- <gpgArguments >
56- <arg >--pinentry-mode</arg >
57- <arg >loopback</arg >
58- </gpgArguments >
59- </configuration >
60- </plugin >
61- </plugins >
62- </build >
63- </profile >
6432 <profile >
6533 <id >release</id >
6634 <activation >
11886 <goals >
11987 <goal >sign</goal >
12088 </goals >
89+ <configuration >
90+ <keyname >${gpg.keyname} </keyname >
91+ <passphrase >${gpg.passphrase} </passphrase >
92+ <gpgArguments >
93+ <arg >--pinentry-mode</arg >
94+ <arg >loopback</arg >
95+ </gpgArguments >
96+ </configuration >
12197 </execution >
12298 </executions >
12399 </plugin >
330306 </plugin >
331307 </plugins >
332308 </reporting >
333- </project >
309+ </project >
You can’t perform that action at this time.
0 commit comments