File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change 237
237
</build >
238
238
239
239
<profiles >
240
+
240
241
<profile >
241
242
<id >sign-artifacts</id >
243
+ <activation >
244
+ <property >
245
+ <name >performRelease</name >
246
+ <value >true</value >
247
+ </property >
248
+ </activation >
242
249
<build >
243
250
<plugins >
244
251
<plugin >
252
259
<goals >
253
260
<goal >sign</goal >
254
261
</goals >
262
+ <configuration >
263
+ <gpgArguments >
264
+ <arg >--pinentry-mode</arg >
265
+ <arg >loopback</arg >
266
+ </gpgArguments >
267
+ </configuration >
255
268
</execution >
256
269
</executions >
257
270
</plugin >
258
- <plugin >
259
- <groupId >org.sonatype.plugins</groupId >
260
- <artifactId >nexus-staging-maven-plugin</artifactId >
261
- <version >1.6.13</version >
262
- <extensions >true</extensions >
263
- <configuration >
264
- <serverId >ossrh</serverId >
265
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
266
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
267
- </configuration >
268
- </plugin > </plugins >
271
+ </plugins >
269
272
</build >
270
- </profile >
271
- </profiles >
273
+ </profile > </profiles >
272
274
273
275
<dependencies >
274
276
You can’t perform that action at this time.
0 commit comments