]> source.dussan.org Git - sonarqube.git/blob
6cf12342a4214b8d14ed10539cb21d07b7f45f66
[sonarqube.git] /
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>
4
5   <groupId>fake.group</groupId>
6   <artifactId>fake.artifactId</artifactId>
7   <packaging>jar</packaging>
8   <version>1.0-SNAPSHOT</version>
9
10   <build>
11     <plugins>
12       <plugin>
13         <groupId>org.codehaus.mojo</groupId>
14         <artifactId>findbugs-maven-plugin</artifactId>
15         <configuration>
16           <excludeFilterFile>foo.xml</excludeFilterFile>
17         </configuration>
18       </plugin>
19     </plugins>
20   </build>
21
22 </project>