|
624 | 624 | </configuration> |
625 | 625 | </plugin> |
626 | 626 |
|
627 | | - <plugin> |
628 | | - <groupId>org.apache.maven.plugins</groupId> |
629 | | - <artifactId>maven-release-plugin</artifactId> |
630 | | - <version>3.1.1</version> |
631 | | - </plugin> |
632 | | - |
633 | 627 | <plugin> |
634 | 628 | <groupId>org.apache.maven.plugins</groupId> |
635 | 629 | <artifactId>maven-deploy-plugin</artifactId> |
|
681 | 675 | <plugin> |
682 | 676 | <groupId>org.sonatype.central</groupId> |
683 | 677 | <artifactId>central-publishing-maven-plugin</artifactId> |
684 | | - <version>0.7.0</version> |
| 678 | + <version>0.9.0</version> |
685 | 679 | <extensions>true</extensions> |
686 | 680 | </plugin> |
687 | 681 |
|
|
720 | 714 | <url>https://repo.spring.io/libs-snapshot-local</url> |
721 | 715 | </repository> |
722 | 716 | </distributionManagement> |
723 | | - |
724 | 717 | </profile> |
725 | 718 |
|
726 | 719 | <profile> |
727 | 720 |
|
728 | | - <id>milestone</id> |
729 | | - |
730 | | - <distributionManagement> |
731 | | - <repository> |
732 | | - <id>spring-libs-milestone</id> |
733 | | - <name>Spring Milestone Repository</name> |
734 | | - <url>https://repo.spring.io/libs-milestone-local</url> |
735 | | - </repository> |
736 | | - </distributionManagement> |
| 721 | + <id>release</id> |
737 | 722 |
|
738 | 723 | <build> |
739 | 724 | <plugins> |
|
751 | 736 | </executions> |
752 | 737 | </plugin> |
753 | 738 |
|
754 | | - </plugins> |
755 | | - </build> |
756 | | - </profile> |
757 | | - |
758 | | - <profile> |
759 | | - <id>release</id> |
760 | | - <build> |
761 | | - <plugins> |
762 | | - |
763 | | - <plugin> |
764 | | - <groupId>org.apache.maven.plugins</groupId> |
765 | | - <artifactId>maven-release-plugin</artifactId> |
766 | | - <configuration> |
767 | | - <pushChanges>false</pushChanges> |
768 | | - </configuration> |
769 | | - </plugin> |
770 | | - |
771 | 739 | <plugin> |
772 | 740 | <groupId>org.apache.maven.plugins</groupId> |
773 | 741 | <artifactId>maven-surefire-plugin</artifactId> |
|
817 | 785 | </profile> |
818 | 786 |
|
819 | 787 | <profile> |
820 | | - |
821 | 788 | <!-- Profile to be run on the CI server, JARs JavaDocs --> |
822 | | - |
823 | 789 | <id>ci</id> |
824 | 790 |
|
825 | 791 | <build> |
|
837 | 803 | </execution> |
838 | 804 | </executions> |
839 | 805 | </plugin> |
840 | | - |
841 | 806 | </plugins> |
842 | 807 | </build> |
843 | | - |
844 | 808 | </profile> |
845 | 809 |
|
846 | 810 | <profile> |
847 | 811 |
|
848 | | - <!-- |
849 | | - Profile to be activated when deploying to OSS Sonatype. |
850 | | -
|
851 | | - Generates Javadoc and PGP signatures. |
852 | | - --> |
853 | | - |
854 | 812 | <id>central</id> |
855 | 813 |
|
856 | 814 | <properties> |
|
859 | 817 |
|
860 | 818 | <build> |
861 | 819 | <plugins> |
862 | | - |
863 | | - <plugin> |
864 | | - <groupId>org.apache.maven.plugins</groupId> |
865 | | - <artifactId>maven-javadoc-plugin</artifactId> |
866 | | - <executions> |
867 | | - <execution> |
868 | | - <goals> |
869 | | - <goal>jar</goal> |
870 | | - </goals> |
871 | | - <phase>package</phase> |
872 | | - </execution> |
873 | | - </executions> |
874 | | - </plugin> |
875 | | - |
876 | 820 | <plugin> |
877 | 821 | <groupId>org.apache.maven.plugins</groupId> |
878 | 822 | <artifactId>maven-gpg-plugin</artifactId> |
|
891 | 835 | <groupId>org.sonatype.central</groupId> |
892 | 836 | <artifactId>central-publishing-maven-plugin</artifactId> |
893 | 837 | <configuration> |
| 838 | + <autoPublish>true</autoPublish> |
894 | 839 | <deploymentName>Spring Vault ${project.version}</deploymentName> |
895 | 840 | <publishingServerId>central</publishingServerId> |
896 | | - <autoPublish>true</autoPublish> |
897 | 841 | </configuration> |
898 | 842 | </plugin> |
899 | | - |
900 | 843 | </plugins> |
901 | 844 | </build> |
902 | | - |
903 | 845 | </profile> |
904 | 846 |
|
905 | 847 | <profile> |
|
919 | 861 |
|
920 | 862 | <build> |
921 | 863 | <plugins> |
922 | | - |
923 | 864 | <plugin> |
924 | 865 | <groupId>org.apache.maven.plugins</groupId> |
925 | 866 | <artifactId>maven-javadoc-plugin</artifactId> |
|
933 | 874 | </execution> |
934 | 875 | </executions> |
935 | 876 | </plugin> |
936 | | - |
937 | 877 | </plugins> |
938 | 878 | </build> |
939 | 879 | </profile> |
|
943 | 883 | <id>artifactory</id> |
944 | 884 |
|
945 | 885 | <build> |
946 | | - |
947 | 886 | <pluginManagement> |
948 | 887 | <plugins> |
949 | 888 |
|
|
997 | 936 | </plugins> |
998 | 937 | </build> |
999 | 938 | </profile> |
| 939 | + |
1000 | 940 | <profile> |
1001 | 941 |
|
1002 | 942 | <id>antora</id> |
|
0 commit comments