|
550 | 550 | <!-- Sign JARs --> |
551 | 551 |
|
552 | 552 | <plugin> |
553 | | - <groupId>org.apache.maven.plugins</groupId> |
554 | | - <artifactId>maven-gpg-plugin</artifactId> |
555 | | - <version>1.6</version> |
556 | | - <executions> |
557 | | - <execution> |
558 | | - <id>sign-artifacts</id> |
559 | | - <phase>verify</phase> |
560 | | - <goals> |
561 | | - <goal>sign</goal> |
562 | | - </goals> |
563 | | - <configuration> |
564 | | - <gpgArguments> |
565 | | - <arg>--pinentry-mode</arg> |
566 | | - <arg>loopback</arg> |
567 | | - </gpgArguments> |
568 | | - </configuration> |
569 | | - </execution> |
570 | | - </executions> |
571 | | - </plugin> |
572 | | - |
573 | | - <!-- Deploy to Sonatype OSS Nexus --> |
574 | | - |
575 | | - <plugin> |
576 | | - <groupId>org.sonatype.plugins</groupId> |
577 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
578 | | - <version>1.6.8</version> |
579 | | - <extensions>true</extensions> |
580 | | - <configuration> |
581 | | - <serverId>sonatype</serverId> |
582 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
583 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
584 | | - <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> |
585 | | - <skipStagingRepositoryClose>true</skipStagingRepositoryClose> |
586 | | - </configuration> |
587 | | - </plugin> |
588 | | - </plugins> |
589 | | - |
590 | | - </pluginManagement> |
591 | | - |
592 | | - <plugins> |
593 | | - |
594 | | - <plugin> |
595 | | - <groupId>org.apache.maven.plugins</groupId> |
596 | | - <artifactId>maven-gpg-plugin</artifactId> |
597 | | - </plugin> |
598 | | - |
599 | | - <plugin> |
600 | | - <groupId>org.sonatype.plugins</groupId> |
601 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
602 | | - </plugin> |
603 | | - |
604 | | - </plugins> |
605 | | - |
606 | | - </build> |
607 | | - |
608 | | - <distributionManagement> |
| 553 | + <groupId>org.apache.maven.plugins</groupId> |
| 554 | + <artifactId>maven-gpg-plugin</artifactId> |
| 555 | + <version>1.6</version> |
| 556 | + <executions> |
| 557 | + <execution> |
| 558 | + <id>sign-artifacts</id> |
| 559 | + <phase>verify</phase> |
| 560 | + <goals> |
| 561 | + <goal>sign</goal> |
| 562 | + </goals> |
| 563 | + <configuration> |
| 564 | + <gpgArguments> |
| 565 | + <arg>--pinentry-mode</arg> |
| 566 | + <arg>loopback</arg> |
| 567 | + </gpgArguments> |
| 568 | + </configuration> |
| 569 | + </execution> |
| 570 | + </executions> |
| 571 | + </plugin> |
| 572 | + |
| 573 | + <!-- Deploy to Sonatype OSS Nexus --> |
| 574 | + |
| 575 | + <plugin> |
| 576 | + <groupId>org.sonatype.plugins</groupId> |
| 577 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 578 | + <version>1.6.8</version> |
| 579 | + <extensions>true</extensions> |
| 580 | + <configuration> |
| 581 | + <serverId>sonatype</serverId> |
| 582 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 583 | + <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| 584 | + <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> |
| 585 | + <skipStagingRepositoryClose>true</skipStagingRepositoryClose> |
| 586 | + </configuration> |
| 587 | + </plugin> |
| 588 | + </plugins> |
| 589 | + |
| 590 | + </pluginManagement> |
| 591 | + |
| 592 | + <plugins> |
| 593 | + |
| 594 | + <plugin> |
| 595 | + <groupId>org.apache.maven.plugins</groupId> |
| 596 | + <artifactId>maven-gpg-plugin</artifactId> |
| 597 | + </plugin> |
| 598 | + |
| 599 | + <plugin> |
| 600 | + <groupId>org.sonatype.plugins</groupId> |
| 601 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 602 | + </plugin> |
| 603 | + |
| 604 | + </plugins> |
| 605 | + |
| 606 | + </build> |
| 607 | + |
| 608 | + <distributionManagement> |
609 | 609 | <repository> |
610 | 610 | <id>sonatype</id> |
611 | 611 | <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
|
0 commit comments