Handles Maven POM configuration, dependency management with BOMs, and multi-module project setup. You'll reach for this when wiring up Spring Boot dependencies, debugging version conflicts with the enforcer plugin, or structuring larger Java projects that need consistent dependency versions across modules. The quick reference shows modern Java 21 setup and the troubleshooting table covers the usual Maven headaches like OOM errors and dependency resolution failures. It's bonded to a broader Java build tools agent, so it plays well with Gradle comparisons if you're evaluating options. Covers the full lifecycle from validate to deploy, plus the dependency tree commands you actually need when things break.
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-maven