From 3d4b52870b6441ebfa1a157976cde9f9c3517351 Mon Sep 17 00:00:00 2001 From: Vincent Fuchs Date: Sun, 28 Jan 2024 20:58:08 -0500 Subject: [PATCH] docs: slight adjustment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7aac1..efd6fa7 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ discussion in https://github.com/societe-generale/arch-unit-maven-plugin/pull/44 ## Disable fallback for wrongly configured paths When no class files have been found using the configured paths, all folders of the current maven module are scanned for analysable classes. This could be a -problem in multi-module projects when some modules do not contain analyzable code (e.g. for packaging of web applications). +problem in multi-modules projects when some modules do not contain analyzable code (e.g. for packaging of web applications), if you don't want to override the plugin config (by disabling it entirely) in some modules This behavior can be disabled by setting the optional `fallbackToRootDirectory` element of the configuration to `false`.