You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-users@maven.apache.org by Mircea Markus <mi...@jboss.com> on 2009/09/15 09:51:13 UTC

generating centralized findbugs report

Hi,

I have a project that has the following structure:

- pom.xml
- project_1
	- pom.xml (extends ../pom.xml)
- other
	- other1
		- pom.xml (extends ../pom.xml)
         - other
		- pom.xml (extends ../pom.xml)
	pom.xml (extends ../pom.xml)
- project_2
	pom.xml (extens ../pom.xml)


I would like that whenever I run "mvn site" to have a single,  
centralized findbugs report in the <root>/site, rather than multiple  
individual ones in subprojects.
Is that possible?

Thank you,
Mircea