Skip to content

sources and javadoc artifact are empty for 2.2.8 - 2.2.15 #2329

Closed
@zyrano

Description

@zyrano

Describe the bug

The javadoc and sources .jars provided by mvnrepository.com for swagger-models-jakarta contain only some meta data (licences, po.xml) but all the real content is missing.

Check https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-models-jakarta/2.2.15/swagger-models-jakarta-2.2.15-javadoc.jar for instance.

To Reproduce
Steps to reproduce the behavior:

  • In your IDE (Eclipse) have a reference to a class such as io.swagger.v3.oas.models.media.Schema and click on that reference
  • The IDE gives some representation of the byte code and says something like "The source attachment does not contain the source for the file Schema.class"
  • Similar behavior/no JavaDoc shown if trying to view the JavaDoc

Expected behavior

  • The JavaDoc is shown in the JavaDoc view
  • The source code for the referenced class is opened

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions