-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kie-issues#1750: Try Maven Central before hitting repository.apache.org
#1273
base: main
Are you sure you want to change the base?
Conversation
@jstastny-cz i think you are the one that has best knowledge about overall CI setup; could you help taking a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can confirm this resource doesn't exist:
while this one exists:
however, I am not expert in CI pipelines we have. If the opened PRs are green, we are probably fine. ideally, could you point to line in log where downloading is corrected by your PR?
Do you mean the following one from PR run?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adoroszlai yes. tahnk you
repository.apache.org
Part of apache/incubator-kie-issues#1750
What changes were proposed in this pull request?
CI build is trying to download non-Apache artifacts from
repository.apache.org
:Repositories defined in
pom.xml
have higher precedence thancentral
repo inherited from 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: apache/incubator-kie-kogito-runtimes#3816)