|
141 | 141 | <url>https://github.com/openfeign/feign/issues</url> |
142 | 142 | </issueManagement> |
143 | 143 |
|
144 | | - <distributionManagement> |
145 | | - <repository> |
146 | | - <id>central</id> |
147 | | - <url>https://central.sonatype.com/api/v1/publisher</url> |
148 | | - </repository> |
149 | | - <snapshotRepository> |
150 | | - <id>central</id> |
151 | | - <url>https://central.sonatype.com/api/v1/publisher</url> |
152 | | - </snapshotRepository> |
153 | | - </distributionManagement> |
154 | | - |
155 | 144 | <properties> |
156 | 145 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
157 | 146 | <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding> |
|
877 | 866 | <tag>${project.version}</tag> |
878 | 867 | </configuration> |
879 | 868 | </plugin> |
880 | | - <plugin> |
881 | | - <groupId>org.sonatype.central</groupId> |
882 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
883 | | - <version>${central-publishing-maven-plugin.version}</version> |
884 | | - <extensions>true</extensions> |
885 | | - <configuration> |
886 | | - <publishingServerId>central</publishingServerId> |
887 | | - <autoPublish>true</autoPublish> |
888 | | - <waitUntil>published</waitUntil> |
889 | | - <checksums>all</checksums> |
890 | | - </configuration> |
891 | | - </plugin> |
892 | 869 | <plugin> |
893 | 870 | <groupId>org.apache.maven.plugins</groupId> |
894 | 871 | <artifactId>maven-enforcer-plugin</artifactId> |
|
1035 | 1012 | </execution> |
1036 | 1013 | </executions> |
1037 | 1014 | </plugin> |
| 1015 | + <plugin> |
| 1016 | + <groupId>org.sonatype.central</groupId> |
| 1017 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 1018 | + <version>${central-publishing-maven-plugin.version}</version> |
| 1019 | + <extensions>true</extensions> |
| 1020 | + <configuration> |
| 1021 | + <publishingServerId>central</publishingServerId> |
| 1022 | + <autoPublish>true</autoPublish> |
| 1023 | + <waitUntil>published</waitUntil> |
| 1024 | + <checksums>required</checksums> |
| 1025 | + </configuration> |
| 1026 | + </plugin> |
| 1027 | + <plugin> |
| 1028 | + <groupId>org.apache.maven.plugins</groupId> |
| 1029 | + <artifactId>maven-deploy-plugin</artifactId> |
| 1030 | + <configuration> |
| 1031 | + <skip>true</skip> |
| 1032 | + </configuration> |
| 1033 | + </plugin> |
1038 | 1034 | </plugins> |
1039 | 1035 | </build> |
1040 | 1036 | </profile> |
|
0 commit comments