Description
Need to optimize build.xml
For ex: findbugs target depends on package target and package target depends on doc, jar, cn-docs , etc...
Though findbugs is run on three of the jar files for which we have three different targets, jar, tools-jar , examples
Likewise different targets could be optimized.
Thanks,
Giri