Maven Dep Tree
Description
Maven plugin that reads the Maven dependencies of a given Maven project, and generates a dependency tree.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[](https://github.com/jfrog/frogbot#readme) [](https://github.com/jfrog/maven-dep-tree/actions/workflows/test.yml)
đĒļ Maven Dependency Tree
This Maven plugin reads the Maven dependencies of a given Maven project, and generates a dependency tree. This package was developed by JFrog, and is used by [JFrog Frogbot](https://github.com/jfrog/frogbot) to generate the dependency tree for projects using Maven dependencies.
Table of Contents
đĨī¸ Usage
đ˛ Tree
Run *tree* in a directory containing a pom.xml file. The plugin will generate a dependency tree for each subproject that contains a pom.xml file.
The command:
mvn com.jfrog:maven-dep-tree:tree -DdepsTreeOutputFile=
Output:
...
Output Tree Structure:
{
"root": "org.jfrog.test:multi:3.7-SNAPSHOT",
"nodes": {
"junit:junit:3.8.1": {
"children": [],
"configurations": [
"test"
],
"types": [
"jar"
]
},
"org.jfrog.test:multi:3.7-SNAPSHOT": {
"children": [
"junit:junit:3.8.1"
],
"configurations": [],
"types": [
"pom"
]
}
}
}
Including Build-Plugin Dependencies
Set `-DincludePluginDeps=true` (default `false`) to also resolve build plugins in the install lifecycle and their transitive dependencies. These are downloaded during `mvn install` but are invisible to `mvn dependency:tree
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k â) - Lightweight coding agent that runs in your terminal.
src/agents/ â 11 Agent Definitions
**Generated:** 2026-04-11