Hi,
The CDI validator for src/main/java is processing and showing warnings for beans and producers that are in src/test/java .
I have added an exclude line to the main beans.xml "^(.*)Test$" but the errors are still showing.
Does the CDI validator take beans.xml into account?
Is there a way to distinguish between main and test validation?
Thanks,
Shay