EclipseLink Jenkins server (https://ci.eclipse.org/eclipselink/) - Failed to get artifacts from https://repo.eclipse.org/content/repositories/maven_central
Summary
Our Jenkins job based on Ant, Maven, Tycho (EclipseLink branch) fails due problems to fetch required artifacts and plugins from https://repo.eclipse.org/content/repositories/maven_central which seems is configured as Maven proxy server as default server environment.
Steps to reproduce
Run e.g. https://ci.eclipse.org/eclipselink/job/eclipselink-cb-2.7
What is the current bug behavior?
See
https://ci.eclipse.org/eclipselink/job/eclipselink-cb-2.7/451/console
[java] [ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to eclipse.maven.central.mirror (``https://repo.eclipse.org/content/repositories/maven_central/``): Access denied to: ``https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom`` -> [Help 1] [java] [ERROR] [java] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [java] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [java] [ERROR] [java] [ERROR] For more information about the errors and possible solutions, please read the following articles: [java] [ERROR] [Help 1] ``http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
What is the expected correct behavior?
Job should pass like
https://github.com/eclipse-ee4j/eclipselink/actions/runs/15632789045/job/44040782330?pr=2445
or some older execution
https://ci.eclipse.org/eclipselink/job/eclipselink-cb-2.7/450/
Relevant logs and/or screenshots
https://ci.eclipse.org/eclipselink/job/eclipselink-cb-2.7/451/console
Priority
-
Urgent -
High -
Medium -
Low
Severity
-
Blocker -
Major -
Normal -
Low
Impact
This is blocker for EclipseLink 2.7.16 release.