|
212 | 212 | <version>3.11.0</version> |
213 | 213 | <configuration> |
214 | 214 | <showWarnings>true</showWarnings> |
215 | | - <source>${java.version}</source> |
216 | | - <target>${java.version}</target> |
| 215 | + <release>8</release> |
217 | 216 | </configuration> |
218 | 217 | </plugin> |
219 | 218 | <plugin> |
|
272 | 271 | <link>https://projectreactor.io/docs/core/release/api/</link> |
273 | 272 | <link>https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/</link> |
274 | 273 | </links> |
| 274 | + <doclint>-missing</doclint> |
| 275 | + <javadocVersion>1.8</javadocVersion> |
275 | 276 | </configuration> |
276 | 277 | <executions> |
277 | 278 | <execution> |
|
362 | 363 | </execution> |
363 | 364 | </executions> |
364 | 365 | </plugin> |
| 366 | + <plugin> |
| 367 | + <groupId>org.sonatype.central</groupId> |
| 368 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 369 | + <version>0.8.0</version> |
| 370 | + <extensions>true</extensions> |
| 371 | + <configuration> |
| 372 | + <publishingServerId>central</publishingServerId> |
| 373 | + </configuration> |
| 374 | + </plugin> |
365 | 375 | </plugins> |
366 | 376 | <resources> |
367 | 377 | <resource> |
|
475 | 485 |
|
476 | 486 | <profile> |
477 | 487 | <id>snapshot</id> |
478 | | - <distributionManagement> |
479 | | - <snapshotRepository> |
480 | | - <id>sonatype</id> |
481 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
482 | | - </snapshotRepository> |
483 | | - </distributionManagement> |
| 488 | + <build> |
| 489 | + <plugins> |
| 490 | + <plugin> |
| 491 | + <groupId>org.sonatype.central</groupId> |
| 492 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 493 | + </plugin> |
| 494 | + </plugins> |
| 495 | + </build> |
484 | 496 | </profile> |
485 | 497 |
|
486 | 498 | <profile> |
|
512 | 524 | </executions> |
513 | 525 | </plugin> |
514 | 526 |
|
515 | | - <!-- Deploy to Sonatype OSS Nexus --> |
516 | | - |
517 | 527 | <plugin> |
518 | | - <groupId>org.sonatype.plugins</groupId> |
519 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
520 | | - <version>1.6.13</version> |
521 | | - <extensions>true</extensions> |
522 | | - <configuration> |
523 | | - <serverId>sonatype</serverId> |
524 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
525 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
526 | | - <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> |
527 | | - </configuration> |
| 528 | + <groupId>org.sonatype.central</groupId> |
| 529 | + <artifactId>central-publishing-maven-plugin</artifactId> |
528 | 530 | </plugin> |
529 | 531 | </plugins> |
530 | 532 |
|
|
0 commit comments