We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6d8755 + bf1134b commit 95978d7Copy full SHA for 95978d7
1 file changed
pom.xml
@@ -157,6 +157,15 @@
157
<argLine>-Xmx512M</argLine>
158
</configuration>
159
</plugin>
160
+ <plugin>
161
+ <groupId>org.codehaus.mojo</groupId>
162
+ <artifactId>findbugs-maven-plugin</artifactId>
163
+ <configuration>
164
+ <findbugsXmlOutput>true</findbugsXmlOutput>
165
+ <xmlOutput>true</xmlOutput>
166
+ <effort>Max</effort>
167
+ </configuration>
168
+ </plugin>
169
</plugins>
170
</build>
171
0 commit comments