ShihanMeng618
ShihanMeng618
both `addDependency` and `setDependencyVersion` only support dependencies whose type is jar. So we need to fix them separately. 1. for `addDependency`: get `type` from `getArtifacts()`, and change the construction of...
hi, @Kurt-Shiwz Since 0.32.0, the dependency tree has been visualized in maven explorer. See https://github.com/microsoft/vscode-maven/issues/261#issuecomment-900852595. Maybe you can give it a try. Feedbacks and suggestions are welcome.
I run the command in your depgraph-maven-plugin repo and the full text graph is: > com.github.ferstl:depgraph-maven-plugin:4.0.0-SNAPSHOT:compile +- com.fasterxml.jackson.core:jackson-databind:2.11.0:compile | +- com.fasterxml.jackson.core:jackson-annotations:2.11.0:compile | \- com.fasterxml.jackson.core:jackson-core:2.11.0:compile +- com.google.guava:guava:29.0-jre:compile/provided | +- com.google.guava:failureaccess:1.0.1:compile |...