Skip to content

Commit

Permalink
docs: slight adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Fuchs committed Jan 29, 2024
1 parent bd800c8 commit 3d4b528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 3d4b528

Please sign in to comment.