On Tue, Mar 13, 2012 at 05:23:06PM +0100, Emmanuel Bourg wrote: > I'd like to see less reports by default. Most of them are only > useful for checking a release candidate by the commons devs, > otherwise it just clutters the sites with useless information for a > general usage. > > The most important reports to publish for the public are: > - Javadoc > - JXR > - Clirr > - Changes (I prefer the changes plugin, it's much more explicit than > a list of issues in JIRA) > > > The reports only visible when voting on a release candidate: > - Cobertura > - Surefire > - RAT > - Findbugs > - Checkstyle > > The useless ones: > - JDepend >
What about the "Useful for the developer" category? I think that we originally mentioned a way to enable/disable the running of the report generators. E.g. one could call from the command-line: mvn site -Dcheckstyle=off -Dfindbugs=on The issue is to provide a top-level working config, then everyone can easily run whatever they need. Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org