So if I have a multi module project, where the root pom.xml doesn't have findbugs, but instead one of the child modules has it, there's not possibility to have a maven job pick up that findbugs.xml file in my-submodule/target/findbugs.xml ?
On Thursday, November 21, 2013 4:15:53 PM UTC-5, Ullrich Hafner wrote: > > For Maven jobs, the file name is automatically derived from the pom. > For Freestyle jobs, you can enter the filename in the advanced section. > > Ulli > > Am 21.11.2013 um 19:52 schrieb John D. Ament <[email protected]<javascript:> > >: > > All, > > Is it possible to tell Jenkins where to find the findbugs xml file after > running a build? > I have a multi module project, and want Jenkins to be able to run findbugs > analysis on all of the XML files and report against it that way. > > John > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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/groups/opt_out.
