From 1302358f625e41b453ae994c116acf71cc31bbb2 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Fri, 19 Jan 2024 11:31:17 +0100 Subject: [PATCH] Move depgraph plugin to plugins section. --- pom.xml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index 197da8fa..ebc742a5 100644 --- a/pom.xml +++ b/pom.xml @@ -725,6 +725,29 @@ + + com.github.ferstl + depgraph-maven-plugin + ${depgraph-maven-plugin.version} + + puml + compile + true + true + true + true + dependency-graph + ${project.basedir}/doc + + + + verify + + graph + + + + @@ -748,29 +771,6 @@ - - com.github.ferstl - depgraph-maven-plugin - ${depgraph-maven-plugin.version} - - puml - compile - true - true - true - true - dependency-graph - ${project.basedir}/doc - - - - verify - - graph - - - -