|
267 | 267 | <arg>-Xlint:-serial</arg> |
268 | 268 | </compilerArgs> |
269 | 269 | <showWarnings>true</showWarnings> |
270 | | - <source>${java.version}</source> |
271 | | - <target>${java.version}</target> |
| 270 | + <release>8</release> |
272 | 271 | </configuration> |
273 | 272 | </plugin> |
274 | 273 | <plugin> |
|
327 | 326 | <link>https://projectreactor.io/docs/core/release/api/</link> |
328 | 327 | <link>https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/</link> |
329 | 328 | </links> |
| 329 | + <doclint>-missing</doclint> |
| 330 | + <javadocVersion>1.8</javadocVersion> |
330 | 331 | </configuration> |
331 | 332 | <executions> |
332 | 333 | <execution> |
|
421 | 422 | </execution> |
422 | 423 | </executions> |
423 | 424 | </plugin> |
| 425 | + <plugin> |
| 426 | + <groupId>org.sonatype.central</groupId> |
| 427 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 428 | + <version>0.8.0</version> |
| 429 | + <extensions>true</extensions> |
| 430 | + <configuration> |
| 431 | + <publishingServerId>central</publishingServerId> |
| 432 | + </configuration> |
| 433 | + </plugin> |
424 | 434 | </plugins> |
425 | 435 | <resources> |
426 | 436 | <resource> |
|
534 | 544 |
|
535 | 545 | <profile> |
536 | 546 | <id>snapshot</id> |
537 | | - <distributionManagement> |
538 | | - <snapshotRepository> |
539 | | - <id>sonatype</id> |
540 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
541 | | - </snapshotRepository> |
542 | | - </distributionManagement> |
| 547 | + <build> |
| 548 | + <plugins> |
| 549 | + <plugin> |
| 550 | + <groupId>org.sonatype.central</groupId> |
| 551 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 552 | + </plugin> |
| 553 | + </plugins> |
| 554 | + </build> |
543 | 555 | </profile> |
544 | 556 |
|
545 | 557 | <profile> |
|
571 | 583 | </executions> |
572 | 584 | </plugin> |
573 | 585 |
|
574 | | - <!-- Deploy to Sonatype OSS Nexus --> |
575 | | - |
576 | | - <plugin> |
577 | | - <groupId>org.sonatype.plugins</groupId> |
578 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
579 | | - <version>1.6.13</version> |
580 | | - <extensions>true</extensions> |
581 | | - <configuration> |
582 | | - <serverId>sonatype</serverId> |
583 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
584 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
585 | | - <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> |
586 | | - </configuration> |
587 | | - </plugin> |
588 | 586 | </plugins> |
589 | 587 |
|
590 | 588 | </pluginManagement> |
|
597 | 595 | </plugin> |
598 | 596 |
|
599 | 597 | <plugin> |
600 | | - <groupId>org.sonatype.plugins</groupId> |
601 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 598 | + <groupId>org.sonatype.central</groupId> |
| 599 | + <artifactId>central-publishing-maven-plugin</artifactId> |
602 | 600 | </plugin> |
603 | 601 |
|
604 | 602 | </plugins> |
|
0 commit comments