File tree 1 file changed +9
-33
lines changed
1 file changed +9
-33
lines changed Original file line number Diff line number Diff line change 27
27
<tag >4.3.7</tag >
28
28
</scm >
29
29
<profiles >
30
- <profile >
31
- <id >gpg</id >
32
- <activation >
33
- <activeByDefault >false</activeByDefault >
34
- </activation >
35
- <build >
36
- <plugins >
37
- <plugin >
38
- <groupId >org.apache.maven.plugins</groupId >
39
- <artifactId >maven-gpg-plugin</artifactId >
40
- <version >1.6</version >
41
- <executions >
42
- <execution >
43
- <id >sign-artifacts</id >
44
- <phase >verify</phase >
45
- <goals >
46
- <goal >sign</goal >
47
- </goals >
48
- </execution >
49
- </executions >
50
- <configuration >
51
- <keyname >${gpg.keyname} </keyname >
52
- <passphrase >${gpg.passphrase} </passphrase >
53
- <gpgArguments >
54
- <arg >--pinentry-mode</arg >
55
- <arg >loopback</arg >
56
- </gpgArguments >
57
- </configuration >
58
- </plugin >
59
- </plugins >
60
- </build >
61
- </profile >
62
30
<profile >
63
31
<id >release</id >
64
32
<activation >
116
84
<goals >
117
85
<goal >sign</goal >
118
86
</goals >
87
+ <configuration >
88
+ <keyname >${gpg.keyname} </keyname >
89
+ <passphrase >${gpg.passphrase} </passphrase >
90
+ <gpgArguments >
91
+ <arg >--pinentry-mode</arg >
92
+ <arg >loopback</arg >
93
+ </gpgArguments >
94
+ </configuration >
119
95
</execution >
120
96
</executions >
121
97
</plugin >
240
216
</plugin >
241
217
</plugins >
242
218
</build >
243
- </project >
219
+ </project >
You can’t perform that action at this time.
0 commit comments