|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

My parameters:
Jenkins version: 1.544
Jenkins Findbugs Plugin version: 4.56
Findbugs Maven Plugin version: 2.5.2
When I put in goals and options "clean org.codehaus.mojo:findbugs-maven-plugin:2.5.2:findbugs deploy -U"
I didn'n find findbugs icon and findbugs*.xml-files in build directory,
but when I put "clean install org.codehaus.mojo:findbugs-maven-plugin:2.5.2:findbugs deploy -U"
I found findbugs icon and findbugs*.xml-files in build directory of my project.
That is, when I put "install" then findbugs started working.