|
379 | 379 | <artifactId>maven-compiler-plugin</artifactId> |
380 | 380 | <version>3.14.0</version> |
381 | 381 | </plugin> |
382 | | - <plugin> |
383 | | - <groupId>org.sonatype.plugins</groupId> |
384 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
385 | | - <version>1.7.0</version> |
386 | | - </plugin> |
387 | | - <plugin> |
388 | | - <groupId>org.sonatype.central</groupId> |
389 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
390 | | - <version>0.8.0</version> |
391 | | - <extensions>true</extensions> |
392 | | - <configuration> |
393 | | - <publishingServerId>ossrh</publishingServerId> |
394 | | - </configuration> |
395 | | - </plugin> |
396 | 382 | <plugin> |
397 | 383 | <groupId>org.codehaus.mojo</groupId> |
398 | 384 | <artifactId>build-helper-maven-plugin</artifactId> |
|
411 | 397 | <trimStackTrace>false</trimStackTrace> <!-- SUREFIRE-1226 workaround --> |
412 | 398 | </configuration> |
413 | 399 | </plugin> |
414 | | - <plugin> |
415 | | - <groupId>org.apache.maven.plugins</groupId> |
416 | | - <artifactId>maven-deploy-plugin</artifactId> |
417 | | - <version>3.1.4</version> |
418 | | - </plugin> |
419 | 400 | <plugin> |
420 | 401 | <groupId>org.codehaus.gmavenplus</groupId> |
421 | 402 | <artifactId>gmavenplus-plugin</artifactId> |
|
463 | 444 | <skip>true</skip> |
464 | 445 | </configuration> |
465 | 446 | </plugin> |
466 | | - <plugin> |
467 | | - <groupId>org.sonatype.central</groupId> |
468 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
469 | | - <version>0.8.0</version> |
470 | | - <extensions>true</extensions> |
471 | | - <configuration> |
472 | | - <publishingServerId>ossrh</publishingServerId> |
473 | | - </configuration> |
474 | | - </plugin> |
475 | | - <plugin> |
476 | | - <groupId>org.sonatype.plugins</groupId> |
477 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
478 | | - <extensions>true</extensions> |
479 | | - <configuration> |
480 | | - <serverId>ossrh</serverId> |
481 | | - <nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl> |
482 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
483 | | - </configuration> |
484 | | - </plugin> |
485 | 447 | <plugin> |
486 | 448 | <groupId>com.diffplug.spotless</groupId> |
487 | 449 | <artifactId>spotless-maven-plugin</artifactId> |
|
0 commit comments