File tree 1 file changed +26
-13
lines changed 1 file changed +26
-13
lines changed Original file line number Diff line number Diff line change 220
220
</execution >
221
221
</executions >
222
222
</plugin >
223
- <plugin >
224
- <artifactId >maven-gpg-plugin</artifactId >
225
- <version >1.6</version >
226
- <executions >
227
- <execution >
228
- <id >sign-artifacts</id >
229
- <phase >verify</phase >
230
- <goals >
231
- <goal >sign</goal >
232
- </goals >
233
- </execution >
234
- </executions >
235
- </plugin >
236
223
</plugins >
237
224
</build >
238
225
<profiles >
226
+ <profile >
227
+ <id >release-sign-artifacts</id >
228
+ <activation >
229
+ <property >
230
+ <name >performRelease</name >
231
+ <value >true</value >
232
+ </property >
233
+ </activation >
234
+ <build >
235
+ <plugins >
236
+ <plugin >
237
+ <artifactId >maven-gpg-plugin</artifactId >
238
+ <version >1.6</version >
239
+ <executions >
240
+ <execution >
241
+ <id >sign-artifacts</id >
242
+ <phase >verify</phase >
243
+ <goals >
244
+ <goal >sign</goal >
245
+ </goals >
246
+ </execution >
247
+ </executions >
248
+ </plugin >
249
+ </plugins >
250
+ </build >
251
+ </profile >
239
252
<profile >
240
253
<id >test-output</id >
241
254
<properties >
You can’t perform that action at this time.
0 commit comments