generating centralized findbugs report

View: New views
1 Messages — Rating Filter:   Alert me  

generating centralized findbugs report

by Mircea Markus-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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