We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4323461 commit cea582cCopy full SHA for cea582c
1 file changed
pom.xml
@@ -90,6 +90,19 @@
90
<encoding>UTF-8</encoding>
91
</configuration>
92
</plugin>
93
+
94
+ <plugin>
95
+ <groupId>org.codehaus.mojo</groupId>
96
+ <artifactId>findbugs-maven-plugin</artifactId>
97
+ <version>1.2</version>
98
+ <configuration>
99
+ <findbugsXmlOutput>true</findbugsXmlOutput>
100
+ <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
101
+ <xmlOutput>true</xmlOutput>
102
+ </configuration>
103
+ </plugin>
104
</plugins>
105
106
</build>
107
108
</project>
0 commit comments