In a Maven build how do I configure Nullaway to exclude test classes? Right now it's firing on code that specifically checks that NullPointerExceptions are thrown in the right places.
The code to be excluded lives in the customary src/test/java directory but in the same packages as the model code.