Skip to content

Commit 95978d7

Browse files
committed
Merge branch 'findbugs' of github.com:msgpack/msgpack-java
2 parents f6d8755 + bf1134b commit 95978d7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,15 @@
157157
<argLine>-Xmx512M</argLine>
158158
</configuration>
159159
</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>
160169
</plugins>
161170
</build>
162171

0 commit comments

Comments
 (0)