Artifacts missing from Maven Central

Issue #363 resolved
Tim Peeters created an issue

Not all artifacts/modules for the latests build are available on Maven Central:

For version 2.18.1, all artifacts/modules are present.

For 2.19+, only swagger-request-validator and swagger-request-validator-examples are present. All other artifacts/modules are missing.

OK https://repo1.maven.org/maven2/com/atlassian/oai/swagger-request-validator/2.19.4/
NOK https://repo1.maven.org/maven2/com/atlassian/oai/swagger-request-validator-core/2.19.4

Comments (6)

  1. James Navin

    The problem has been identified - a change in the way sources jars are generated meant the releases were being rejected from Maven Central. I’ve fixed the deploy build to address the problem - should have a new release published soon.

  2. James Navin

    Ok - release pipeline is working again. Have confirmed that 2.19.5 is present in Maven Central.

  3. Log in to comment