Use sonatype maven central for plugin repositories (#13961)

* Change search order of maven repositories

* Update pom.xml
This commit is contained in:
Abhishek Agarwal 2023-03-23 15:35:47 +05:30 committed by GitHub
parent c52d15d65d
commit 139a058ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

13
pom.xml
View File

@ -229,7 +229,7 @@
<enabled>false</enabled>
</snapshots>
</repository>
<!-- Only used by core, but moved to root for parallel build dependency resolution -->
<repository>
<id>sigar</id>
@ -239,6 +239,17 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>${repoOrgId}</id>
<name>${repoOrgName}</name>
<url>${repoOrgUrl}</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<dependencyManagement>
<dependencies>