From 922e8eccafb85cb5e91f5d57425fbb4536e80e23 Mon Sep 17 00:00:00 2001 From: Chris Green Date: Tue, 26 Nov 2024 23:29:38 -0600 Subject: [PATCH] First (failed) attempt at producing state machine graphs --- modules/dcache/pom.xml | 43 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/modules/dcache/pom.xml b/modules/dcache/pom.xml index b5c5885f9ea..5db8da9e2d9 100644 --- a/modules/dcache/pom.xml +++ b/modules/dcache/pom.xml @@ -398,6 +398,9 @@ org.codehaus.mojo smc-maven-plugin 1.0-alpha-1 + + true + @@ -405,9 +408,6 @@ - - true - net.sf.smc @@ -521,4 +521,41 @@ + + + + smc-dot + + + + org.codehaus.mojo + smc-maven-plugin + 1.0-alpha-1 + + graph + 2 + true + + + + smc-dot + + smc + + + + + + net.sf.smc + smc + ${version.smc} + + + + + + + + +