|
662 | 662 | </configuration> |
663 | 663 | </plugin> |
664 | 664 |
|
665 | | - <plugin> |
666 | | - <groupId>org.apache.maven.plugins</groupId> |
667 | | - <artifactId>maven-release-plugin</artifactId> |
668 | | - <version>3.1.1</version> |
669 | | - </plugin> |
670 | | - |
671 | 665 | <plugin> |
672 | 666 | <groupId>org.apache.maven.plugins</groupId> |
673 | 667 | <artifactId>maven-deploy-plugin</artifactId> |
|
719 | 713 | <plugin> |
720 | 714 | <groupId>org.sonatype.central</groupId> |
721 | 715 | <artifactId>central-publishing-maven-plugin</artifactId> |
722 | | - <version>0.7.0</version> |
| 716 | + <version>0.9.0</version> |
723 | 717 | <extensions>true</extensions> |
724 | 718 | </plugin> |
725 | 719 |
|
|
758 | 752 | <url>https://repo.spring.io/libs-snapshot-local</url> |
759 | 753 | </repository> |
760 | 754 | </distributionManagement> |
761 | | - |
762 | 755 | </profile> |
763 | 756 |
|
764 | 757 | <profile> |
765 | 758 |
|
766 | | - <id>milestone</id> |
767 | | - |
768 | | - <distributionManagement> |
769 | | - <repository> |
770 | | - <id>spring-libs-milestone</id> |
771 | | - <name>Spring Milestone Repository</name> |
772 | | - <url>https://repo.spring.io/libs-milestone-local</url> |
773 | | - </repository> |
774 | | - </distributionManagement> |
| 759 | + <id>release</id> |
775 | 760 |
|
776 | 761 | <build> |
777 | 762 | <plugins> |
|
789 | 774 | </executions> |
790 | 775 | </plugin> |
791 | 776 |
|
792 | | - </plugins> |
793 | | - </build> |
794 | | - </profile> |
795 | | - |
796 | | - <profile> |
797 | | - <id>release</id> |
798 | | - <build> |
799 | | - <plugins> |
800 | | - |
801 | | - <plugin> |
802 | | - <groupId>org.apache.maven.plugins</groupId> |
803 | | - <artifactId>maven-release-plugin</artifactId> |
804 | | - <configuration> |
805 | | - <pushChanges>false</pushChanges> |
806 | | - </configuration> |
807 | | - </plugin> |
808 | | - |
809 | 777 | <plugin> |
810 | 778 | <groupId>org.apache.maven.plugins</groupId> |
811 | 779 | <artifactId>maven-surefire-plugin</artifactId> |
|
856 | 824 | </profile> |
857 | 825 |
|
858 | 826 | <profile> |
859 | | - |
860 | 827 | <!-- Profile to be run on the CI server, JARs JavaDocs --> |
861 | | - |
862 | 828 | <id>ci</id> |
863 | 829 |
|
864 | 830 | <build> |
|
876 | 842 | </execution> |
877 | 843 | </executions> |
878 | 844 | </plugin> |
879 | | - |
880 | 845 | </plugins> |
881 | 846 | </build> |
882 | | - |
883 | 847 | </profile> |
884 | 848 |
|
885 | 849 | <profile> |
886 | 850 |
|
887 | | - <!-- |
888 | | - Profile to be activated when deploying to OSS Sonatype. |
889 | | -
|
890 | | - Generates Javadoc and PGP signatures. |
891 | | - --> |
892 | | - |
893 | 851 | <id>central</id> |
894 | 852 |
|
895 | 853 | <properties> |
|
898 | 856 |
|
899 | 857 | <build> |
900 | 858 | <plugins> |
901 | | - |
902 | | - <plugin> |
903 | | - <groupId>org.apache.maven.plugins</groupId> |
904 | | - <artifactId>maven-javadoc-plugin</artifactId> |
905 | | - <executions> |
906 | | - <execution> |
907 | | - <goals> |
908 | | - <goal>jar</goal> |
909 | | - </goals> |
910 | | - <phase>package</phase> |
911 | | - </execution> |
912 | | - </executions> |
913 | | - </plugin> |
914 | | - |
915 | 859 | <plugin> |
916 | 860 | <groupId>org.apache.maven.plugins</groupId> |
917 | 861 | <artifactId>maven-gpg-plugin</artifactId> |
|
930 | 874 | <groupId>org.sonatype.central</groupId> |
931 | 875 | <artifactId>central-publishing-maven-plugin</artifactId> |
932 | 876 | <configuration> |
| 877 | + <autoPublish>true</autoPublish> |
933 | 878 | <deploymentName>Spring Vault ${project.version}</deploymentName> |
934 | 879 | <publishingServerId>central</publishingServerId> |
935 | | - <autoPublish>true</autoPublish> |
936 | 880 | </configuration> |
937 | 881 | </plugin> |
938 | | - |
939 | 882 | </plugins> |
940 | 883 | </build> |
941 | | - |
942 | 884 | </profile> |
943 | 885 |
|
944 | 886 | <profile> |
|
958 | 900 |
|
959 | 901 | <build> |
960 | 902 | <plugins> |
961 | | - |
962 | 903 | <plugin> |
963 | 904 | <groupId>org.apache.maven.plugins</groupId> |
964 | 905 | <artifactId>maven-javadoc-plugin</artifactId> |
|
972 | 913 | </execution> |
973 | 914 | </executions> |
974 | 915 | </plugin> |
975 | | - |
976 | 916 | </plugins> |
977 | 917 | </build> |
978 | 918 | </profile> |
|
982 | 922 | <id>artifactory</id> |
983 | 923 |
|
984 | 924 | <build> |
985 | | - |
986 | 925 | <pluginManagement> |
987 | 926 | <plugins> |
988 | 927 |
|
|
1036 | 975 | </plugins> |
1037 | 976 | </build> |
1038 | 977 | </profile> |
| 978 | + |
1039 | 979 | <profile> |
1040 | 980 |
|
1041 | 981 | <id>antora</id> |
|
0 commit comments