Guest User

Untitled

a guest
Jan 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. mvn clean compile findbugs:findbugs findbugs:gui
  2.  
  3. mvn clean compile site findbugs:gui
  4.  
  5. <plugin>
  6. <groupId>org.codehaus.mojo</groupId>
  7. <artifactId>findbugs-maven-plugin</artifactId>
  8. <dependencies>
  9. ...
  10. </dependencies>
  11. <configuration>
  12. <fork>false</fork>
  13. <excludeFilterFile>findbugs/findbugs-exclude.xml</excludeFilterFile>
  14. <includeFilterFile>findbugs/findbugs-include.xml</includeFilterFile>
  15. <xmlOutput>true</xmlOutput>
  16. <plugins>
  17. <plugin>
  18. <groupId>com.h3xstream.findsecbugs</groupId>
  19. <artifactId>findsecbugs-plugin</artifactId>
  20. <version>LATEST</version> <!-- Auto-update to the latest stable -->
  21. </plugin>
  22. </plugins>
  23. </configuration>
  24. </plugin>
Add Comment
Please, Sign In to add comment