I would like to exclude a specific Folder from a Spotbug scan. I tried several solutions but none of them worked for me. Firstly I tried to write into .gitlab-ci.yml which Paths to exclude but I had no luck with that.
Secondly I created an XML File in which I specify the Folder to be excluded. And then added the XML to the SpotBug Configuration in pom.xml but that also didn't work.
Somebody got any alternate suggestions?