Skip to content

Maven plugin - exclude dependencies - Doesn't work transitively  #3602

@tenstriker

Description

@tenstriker

I tried following to exclude all the artifacts under following groups

                 <configuration>
                <excludeGroupIds>org.apache.hadoop</excludeGroupIds>
                <excludeGroupIds>org.apache.hbase</excludeGroupIds>
            </configuration>

But it still left me with some jars . It should work same as maven-shade plugin artifactSet -> excludes in my opinion.

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