Skip to content
Snippets Groups Projects
Commit a127d8b5 authored by Tibo's avatar Tibo
Browse files

run spotbugs during mvn verify

parent 6163c5cc
No related branches found
No related tags found
No related merge requests found
......@@ -248,6 +248,15 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.11</version>
<executions>
<execution>
<id>check</id>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment