|
272 | 272 | <arg>-Xlint:-serial</arg> |
273 | 273 | </compilerArgs> |
274 | 274 | <showWarnings>true</showWarnings> |
275 | | - <source>${java.version}</source> |
276 | | - <target>${java.version}</target> |
| 275 | + <release>8</release> |
277 | 276 | </configuration> |
278 | 277 | </plugin> |
279 | 278 | <plugin> |
|
332 | 331 | <link>https://projectreactor.io/docs/core/release/api/</link> |
333 | 332 | <link>https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/</link> |
334 | 333 | </links> |
| 334 | + <doclint>-missing</doclint> |
| 335 | + <javadocVersion>1.8</javadocVersion> |
335 | 336 | </configuration> |
336 | 337 | <executions> |
337 | 338 | <execution> |
|
426 | 427 | </execution> |
427 | 428 | </executions> |
428 | 429 | </plugin> |
| 430 | + <plugin> |
| 431 | + <groupId>org.sonatype.central</groupId> |
| 432 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 433 | + <version>0.8.0</version> |
| 434 | + <extensions>true</extensions> |
| 435 | + <configuration> |
| 436 | + <publishingServerId>central</publishingServerId> |
| 437 | + </configuration> |
| 438 | + </plugin> |
429 | 439 | </plugins> |
430 | 440 | <resources> |
431 | 441 | <resource> |
|
539 | 549 |
|
540 | 550 | <profile> |
541 | 551 | <id>snapshot</id> |
542 | | - <distributionManagement> |
543 | | - <snapshotRepository> |
544 | | - <id>sonatype</id> |
545 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
546 | | - </snapshotRepository> |
547 | | - </distributionManagement> |
| 552 | + <build> |
| 553 | + <plugins> |
| 554 | + <plugin> |
| 555 | + <groupId>org.sonatype.central</groupId> |
| 556 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 557 | + </plugin> |
| 558 | + </plugins> |
| 559 | + </build> |
548 | 560 | </profile> |
549 | 561 |
|
550 | 562 | <profile> |
|
576 | 588 | </executions> |
577 | 589 | </plugin> |
578 | 590 |
|
579 | | - <!-- Deploy to Sonatype OSS Nexus --> |
580 | | - |
581 | | - <plugin> |
582 | | - <groupId>org.sonatype.plugins</groupId> |
583 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
584 | | - <version>1.6.13</version> |
585 | | - <extensions>true</extensions> |
586 | | - <configuration> |
587 | | - <serverId>sonatype</serverId> |
588 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
589 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
590 | | - <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> |
591 | | - </configuration> |
592 | | - </plugin> |
593 | 591 | </plugins> |
594 | 592 |
|
595 | 593 | </pluginManagement> |
|
602 | 600 | </plugin> |
603 | 601 |
|
604 | 602 | <plugin> |
605 | | - <groupId>org.sonatype.plugins</groupId> |
606 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 603 | + <groupId>org.sonatype.central</groupId> |
| 604 | + <artifactId>central-publishing-maven-plugin</artifactId> |
607 | 605 | </plugin> |
608 | 606 |
|
609 | 607 | </plugins> |
|
0 commit comments