File tree 1 file changed +17
-24
lines changed
1 file changed +17
-24
lines changed Original file line number Diff line number Diff line change 245
245
</profile >
246
246
247
247
<profile >
248
- <id >publish-distr</id >
249
- <activation >
250
- <activeByDefault >false</activeByDefault >
251
- </activation >
252
- <build >
253
- <plugins >
254
- <plugin >
255
- <artifactId >maven-surefire-plugin</artifactId >
256
- <configuration >
257
- <skipTests >true</skipTests >
258
- </configuration >
259
- </plugin >
260
- </plugins >
261
- </build >
262
- </profile >
263
-
264
- <profile >
265
- <id >release-sign-artifacts</id >
266
- <activation >
267
- <property >
268
- <name >performRelease</name >
269
- <value >true</value >
270
- </property >
271
- </activation >
248
+ <id >release</id >
272
249
<build >
273
250
<plugins >
274
251
<plugin >
275
252
<artifactId >maven-gpg-plugin</artifactId >
276
253
<version >3.2.4</version >
254
+ <configuration >
255
+ <keyname >B1606F22</keyname >
256
+ </configuration >
277
257
<executions >
278
258
<execution >
279
259
<id >sign-artifacts</id >
284
264
</execution >
285
265
</executions >
286
266
</plugin >
267
+
268
+ <plugin >
269
+ <groupId >org.sonatype.plugins</groupId >
270
+ <artifactId >nexus-staging-maven-plugin</artifactId >
271
+ <version >1.7.0</version >
272
+ <extensions >true</extensions >
273
+ <configuration >
274
+ <serverId >sonatype-nexus-staging</serverId >
275
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
276
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
277
+ <autoDropAfterRelease >true</autoDropAfterRelease >
278
+ </configuration >
279
+ </plugin >
287
280
</plugins >
288
281
</build >
289
282
</profile >
You can’t perform that action at this time.
0 commit comments