Skip to content

Conversation

wilx
Copy link
Contributor

@wilx wilx commented Jun 6, 2022

There are some updates here in the branch. But the main change here is the addition of baseDir configuration to the validation set. This allows me to speed up execution of the checking goal when it is set up in parent of huge Maven projects tree. When such tree has many many files, like several node_modules directories, the directory scanning code goes through all of the files and never finds a matching file to verify. But with the baseDir options, if I set the value to, say, ${project.basedir}/src, I can return from the scanning code immediately and avoid scanning the entire tree without results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant