Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transitive Dependencies Not Resolved in Effective Pom #102

Open
thadc23 opened this issue Oct 4, 2017 · 0 comments
Open

Transitive Dependencies Not Resolved in Effective Pom #102

thadc23 opened this issue Oct 4, 2017 · 0 comments

Comments

@thadc23
Copy link
Contributor

thadc23 commented Oct 4, 2017

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant