Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Fix pipeline failing due to maven issues  #682

@omarsilva1

Description

@omarsilva1

Describe the bug
As mentioned in #678 and #679, it is currently not possible to build the DSC with the latest maven version. This is due to maven not accepting HTTP urls since version 3.6. Furthermore, the version of the eis-ids repositories we are currently importing use HTTP. See the screenshot below:
image
This breaks the pipeline, since github is currently using maven 3.9 for the actions. (See actions/runner-images#7216)

Local Fix
It is still possible to build the DSC locally when using maven 3.6.

Pipeline Fix Ideas
This would possibly be fixed if we upgraded to the latest eis-ids version, but this would require changes in DSC code.
By adding maven mirros (#681) I get a connection timed out message.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions