From c19f444ee716589795864b59176801fc80720440 Mon Sep 17 00:00:00 2001 From: Jamie Land Date: Mon, 11 Nov 2024 22:11:12 -0500 Subject: [PATCH] Adding checkstyle reporting --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 64ca506..28d3933 100644 --- a/pom.xml +++ b/pom.xml @@ -145,6 +145,18 @@ + + org.apache.maven.plugins + maven-site-plugin + 3.9.1 + + + org.apache.maven.doxia + doxia-sitetools + 1.9.2 + + + org.apache.maven.plugins maven-checkstyle-plugin