SRADA-391: Added FindBugs report generation without the rest of the site
authorDmitriy Nikiforov <d.nikiforov@partner.samsung.com>
Fri, 27 May 2016 17:18:33 +0000 (20:18 +0300)
committerMaria Guseva <m.guseva@samsung.com>
Wed, 20 Jul 2016 17:16:10 +0000 (02:16 +0900)
commitf477ead0f32fabc8d0fc9ae4433b94f698b715e7
tree4746169529175e71a1e318c5e209fcfa73660a8a
parent948d833a86131be0cfcd4b3daf8dca22a50d56d1
SRADA-391: Added FindBugs report generation without the rest of the site

Now FindBugs reports can be generated without site generation with goal
'findbugs:findbugs' :

mvn findbugs:findbugs <build_parameters>

Resulting report will be placed in target directory:
  <project>/target/findbugsXml.xml

Nice GUI with various info on each warning for each project can be
accessed with 'findbugs:gui' goal.

Change-Id: I85aac58e383fcb23446b29a305ffd760e6ac9950
pom.xml