From c7ded6a2ba8f194372f99003658d5dd19a4ef99d Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 4 Dec 2022 08:22:01 +0000 Subject: [PATCH] Put graphviz build plugin behind a profile Allows normal builds to run without needing to have the GraphViz package installed. --- pom.xml | 56 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index 4a02be1..b036257 100644 --- a/pom.xml +++ b/pom.xml @@ -24,30 +24,36 @@ 1.45 - - - - org.fusesource.mvnplugins - maven-graph-plugin - ${maven-graph-plugin.version} - - - validate - - reactor - - - - - TB - true - true - true - test,provided - ${project.basedir}/docs/images/reactor-graph.png - - - - + + + graphviz + + + + + org.fusesource.mvnplugins + maven-graph-plugin + ${maven-graph-plugin.version} + + + validate + + reactor + + + + + TB + true + true + true + test,provided + ${project.basedir}/docs/images/reactor-graph.png + + + + + +