1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>fake.group</groupId>
6 <artifactId>fake.artifactId</artifactId>
7 <packaging>jar</packaging>
8 <version>1.0-SNAPSHOT</version>
13 <groupId>org.codehaus.mojo</groupId>
14 <artifactId>findbugs-maven-plugin</artifactId>
16 <excludeFilterFile>foo.xml</excludeFilterFile>