Skip to content

Support dependency exclusions #5

@romain-grecourt

Description

@romain-grecourt

The plugin currently has some support for excluding dependencies, however it is rather limited.
Add support for the normal dependency exclusion mechanism (i.e dependency/exclusions)

The change probably involves using org.eclipse.aether.util.graph.selector.ExclusionDependencySelector to filter the list of dependencies here:

One other way would be to do a transitive resolution with aether, however the set effective files to use for copy/unpack would have to be computed and that would change the current code a lot more.

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