java-maven

Master Apache Maven - POM configuration, plugins, lifecycle, dependency management

By pluginagentmarketplace · 861 installs

npx skills add pluginagentmarketplace/custom-plugin-java --skill java-maven

Source repository · Upstream listing

Java Maven Skill Master Apache Maven for Java project builds and dependency management. Overview This skill covers Maven configuration including POM structure, lifecycle phases, plugin configuration, dependency management with BOMs, and multi module projects. When to Use This Skill Use when you need to: Configure Maven POM files Manage dependencies with BOMs Set up build plugins Create multi module projects Troubleshoot build issues Quick Reference Lifecycle Phases Useful Commands Troubleshooting Problem Solution Dependency not found Check repository, version Version conflict Use BOM or enforcer Build OOM Set MAVEN OPTS= Xmx1g Usage