| Package | Description |
|---|---|
| com.jfrog.mavendeptree | |
| com.jfrog.mavendeptree.dependenciesresults |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MavenDependencyNode> |
PluginDependencyResolver.resolvePluginDependencies()
Returns a map of
"groupId:artifactId:version" -> MavenDependencyNode for every build
plugin that participates in the install lifecycle and each of its transitive dependencies
(the plugin artifacts themselves are included alongside their closure). |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MavenDependencyNode> |
MavenDepTreeResults.getNodes() |
Map<String,MavenDependencyNode> |
MavenDepTreeResults.getPluginNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenDepTreeResults.setPluginNodes(Map<String,MavenDependencyNode> pluginNodes) |
| Constructor and Description |
|---|
MavenDepTreeResults(String root,
Map<String,MavenDependencyNode> nodes) |
Copyright © 2026 JFrog. All rights reserved.