From b005b7edfbdb23ff8ebfeb02935e8048d3f4f99c Mon Sep 17 00:00:00 2001 From: piyush kumar sadangi Date: Sun, 29 Dec 2024 20:13:24 +0530 Subject: [PATCH] Issue #214: Support of config bundles with extra configuration files --- diff-java-tool/src/main/resources/pom_template.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/diff-java-tool/src/main/resources/pom_template.xml b/diff-java-tool/src/main/resources/pom_template.xml index c8ba431bc..3c28fca6d 100644 --- a/diff-java-tool/src/main/resources/pom_template.xml +++ b/diff-java-tool/src/main/resources/pom_template.xml @@ -16,6 +16,7 @@ 1.44.1 https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xml true + ${project.basedir}/config @@ -62,6 +63,9 @@ false ${checkstyle.failsOnError} + + config.folder=${config.folder} +