Configure Maven plugins and profiles in pom.xml using a structured, question-driven process that preserves existing configuration. This is an interactive SKILL.
Prerequisites: Run ./mvnw validate or mvn validate before applying any plugin recommendations. If validation fails, stop and ask the user to fix issues — do not proceed until resolved.
Core areas: Existing configuration analysis and preservation, Maven Wrapper verification, project assessment questions (project nature, Java version, build and quality aspects), properties configuration, Maven Enforcer, Surefire, Failsafe, HTML test reports, JaCoCo coverage, PiTest mutation testing, OWASP security scanning, SpotBugs/PMD static analysis, SonarQube/SonarCloud, Spotless code formatting, Versions plug...
pom.xml に Maven プラグインを追加または構成する必要がある場合に使用します。これには、品質ツール (enforcer、surefire、failsafe、jacoco、pitest、spotbugs、pmd)、セキュリティ スキャン (OWASP)、コード フォーマット (Spotless)、バージョン管理、ビルド情報追跡、ベンチマーク (JMH) が含まれます。実際に必要なものだけを追加する、コンサルティング型のモジュール式の段階的なアプローチを通じて使用します。 Skills-for-Java プロジェクトの一部 ソース: jabrena/cursor-rules-java。