Hi Roy, Usually one needs to distinguish between sub packages provided from outside Maven reactor (which should be skipped) and sub packages coming from reactor modules. As the latter ones are already checked individually in that case using skipSubPackageValidation is usually sufficient as checking the sub packages again won’t emit different validation issues. Maybe you can elaborate a bit on your use case... Feel free, though, to open a JIRA issue and (in the best case) provide a PR for skipping sub packages with specific Maven coordinates. Thanks, Konrad
> On 5. Jul 2023, at 21:13, Roy Teeuwen <r...@teeuwen.be> wrote: > > Hey all, > > I'd like to skip the validation for only a certain subpackage (with other > subpackages contained in that subpackage). Is this possible? I see that there > is a skipSubPackageValidation, but this skips all sub packages while I only > want to do one. I also see you can make custom validatorSettings, but if I > understand this correctly, I'd have to specify every validator to isDisabled > true, which would become a long list. So i'm wondering if there is a shorter > way? > > Greets, > Roy