Maven multi-module project with many reports: looking for an example

Posted by hstoerr on Stack Overflow See other posts from Stack Overflow or by hstoerr
Published on 2010-03-26T13:07:23Z Indexed on 2010/03/26 13:33 UTC
Read the original article Hit count: 366

Filed under:
|

Is there an open source project that can serve as a good example on how to use the maven site plugin to generate reports? I would prefer it to

  • consist of many modules, possibly hierarchically structured
  • use as many plugins as possible (surefire, jxr, pmd, findbugs, javadoc, checkstyle, you name it)
  • the reports should be aggregated: if some tests fail you want to have a single page that shows all modules with failing tests, not only a gazillion individual pages to check
  • include enterprisey stuff (WAR, EAR etc), but this is not so important.

The idea is to have something where you can gather ideas on how it is done and what is possible.

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about build-automation