Skip to content

Transitive Dependencies Not Resolved in Effective Pom #102

@thadc23

Description

@thadc23

@concon121 The Maven effective pom does not include transitive dependencies because they get resolved after the effective pom is built. The Maven Dependency Plugin has a goal called build-classpath that does exactly what you are wanting minus the first entry for ./target/classes. Thoughts on switching to that?

https://maven.apache.org/plugins/maven-dependency-plugin/build-classpath-mojo.html

Looks like it would require a PR for node-maven-api as well.

I would be willing to give it a shot on another PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions