adoroszlai opened a new pull request, #1273: URL: https://github.com/apache/incubator-kie-kogito-pipelines/pull/1273
## What changes were proposed in this pull request? [CI build](https://github.com/apache/incubator-kie-kogito-pipelines/actions/runs/12029669000/job/33535438954#step:4:58) is trying to download non-Apache artifacts from `repository.apache.org`: ``` [INFO] Downloading from apache-public-repository-group: https://repository.apache.org/content/groups/public/org/codehaus/groovy/groovy-all/2.5.19/groovy-all-2.5.19.pom [INFO] Downloading from jenkins-releases: https://repo.jenkins-ci.org/releases/org/codehaus/groovy/groovy-all/2.5.19/groovy-all-2.5.19.pom [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.5.19/groovy-all-2.5.19.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.5.19/groovy-all-2.5.19.pom (25 kB at 309 kB/s) ``` Repositories defined in `pom.xml` have higher precedence than `central` repo inherited from [super POM](https://maven.apache.org/pom.html#The_Super_POM). See https://infra.apache.org/infra-ban.html ("Excessive 404") for why this is a problem. This change explicitly adds `central` as first repository. (related change: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3816) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
