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

The ArtifactVersion leaks into public API #130

@Larusso

Description

@Larusso

Description

The following dependency declaration makes the 'org.apache.maven:maven-artifact' an implemenation only depdency.

implementation 'org.apache.maven:maven-artifact:3.8.2'

But projects pulling this plugin also need to pull this dependency into the classpath when extending or writing custom tasks.
We need to redefine this dependency as API or update its internal usage so it won't leak.

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