That is a good catch. We should move it to a different location.
- Sijie
On Wed, Feb 24, 2021 at 8:40 AM Enrico Olivelli wrote:
> Hello,
> I noticed today that we are putting the findBugsExclude.xml file inside
> src/main/resources.
>
> This is not a good practice as we are going to put that fi
Hello,
I noticed today that we are putting the findBugsExclude.xml file inside
src/main/resources.
This is not a good practice as we are going to put that file into the file
.jar file produced by every Maven module who has that file.
I suggest moving the file somewhere else.
We could also use @S