|
I did a bit of investigation and it seems to be the test itself causing the problem. I was assuming that the maven (test-)compile was somehow creating the classes, but that does not seem to be the case. However, disabling eg ConstraintValidationProcessorTest#modelWithoutConstraintsCanBeProcessedWithoutBvAndHvOnClassPath prevents the ModelWithoutConstraints to be created.
|