From 498aa54195be28608aaeb714f40bde5002b42ffc Mon Sep 17 00:00:00 2001 From: Adam Retter Date: Wed, 30 Oct 2024 11:43:50 +0100 Subject: [PATCH] Add dependency analysis to the verify phase to highlight missing and unused dependencies --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 389c1be..d0ac61b 100644 --- a/pom.xml +++ b/pom.xml @@ -151,6 +151,11 @@ + + org.apache.maven.plugins + maven-dependency-plugin + 3.8.0 + org.apache.maven.plugins maven-resources-plugin @@ -262,6 +267,22 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + analyze + verify + + analyze-only + + + true + + + + org.apache.maven.plugins maven-resources-plugin