|
180 | 180 | </pluginManagement> |
181 | 181 | </build> |
182 | 182 |
|
183 | | -<!-- <repositories>--> |
184 | | -<!-- <!– <repository>–>--> |
185 | | -<!-- <!– <id>google-snapshot</id>–>--> |
186 | | -<!-- <!– <url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>–>--> |
187 | | -<!-- <!– <releases>–>--> |
188 | | -<!-- <!– <enabled>false</enabled>–>--> |
189 | | -<!-- <!– </releases>–>--> |
190 | | -<!-- <!– <snapshots>–>--> |
191 | | -<!-- <!– <enabled>true</enabled>–>--> |
192 | | -<!-- <!– </snapshots>–>--> |
193 | | -<!-- <!– </repository>–>--> |
194 | | -<!-- <repository>--> |
195 | | -<!-- <id>sonatype-snapshot</id>--> |
196 | | -<!-- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>--> |
197 | | -<!-- <snapshots>--> |
198 | | -<!-- <enabled>true</enabled>--> |
199 | | -<!-- </snapshots>--> |
200 | | -<!-- <releases>--> |
201 | | -<!-- <enabled>false</enabled>--> |
202 | | -<!-- </releases>--> |
203 | | -<!-- </repository>--> |
204 | | -<!-- </repositories>--> |
205 | | - |
206 | | - <!-- <pluginRepositories>--> |
207 | | - <!-- <pluginRepository>--> |
208 | | - <!-- <id>sonatype-plugins</id>--> |
209 | | - <!-- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>--> |
210 | | - <!-- <snapshots>--> |
211 | | - <!-- <enabled>true</enabled>--> |
212 | | - <!-- </snapshots>--> |
213 | | - <!-- <releases>--> |
214 | | - <!-- <enabled>false</enabled>--> |
215 | | - <!-- </releases>--> |
216 | | - <!-- </pluginRepository>--> |
217 | | - <!-- </pluginRepositories>--> |
218 | | - |
219 | 183 | <profiles> |
220 | 184 | <profile> |
221 | 185 | <id>release</id> |
|
286 | 250 | <extensions>true</extensions> |
287 | 251 | <configuration> |
288 | 252 | <publishingServerId>central</publishingServerId> |
289 | | - <autoPublish>false</autoPublish> |
290 | | - <waitUntil>validated</waitUntil> |
| 253 | + <centralBaseUrl>https://central.sonatype.com</centralBaseUrl> |
| 254 | + <centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl> |
291 | 255 | </configuration> |
292 | 256 | </plugin> |
293 | 257 | </plugins> |
|
0 commit comments