Skip to content

Unable to deploy to jakarta.tck groupID from ci.eclipse.org/el

Summary

The EL project is unable to publish the TCK JARs under the expected package. I'll note that whatever fix is required for EL will likely be required for (all?) other Jakarta projects. Certainly Pages (JSP), WebSocket and Servlet will require the same fix.

Steps to reproduce

Navigate to this Jenkins job: https://ci.eclipse.org/el/job/expression-language-main-TCK-SNAPSHOT/ Uncomment the deploy SNAPSHOT to Maven Central part of the configuration Run the job

What is the current bug behavior?

Deployment to Maven Central fails with a 403 error.

What is the expected correct behavior?

SNAPSHOT deployment succeeds.

Relevant logs and/or screenshots

Most recent failure: https://ci.eclipse.org/el/job/expression-language-main-TCK-SNAPSHOT/56/console

Priority

  • Urgent
  • High
  • Medium
  • Low

Severity

  • Blocker
  • Major
  • Normal
  • Low

Impact

No immediate impact. Users currently have to download a ZIP distribution, extract the JARs and then manually install them into their local Maven repository before running the TCK. They can continue to do this.