You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Alex O'Ree <sp...@gmail.com> on 2017/09/24 01:08:41 UTC

reporting plugin that runs after child module reporting tasks?

Hi all, writing a reporting plugin that aggregates findbugs results.

I'm cheating a bit here and am reading in the generated findbug html
file, which is generated after findbugs run with the site plugin. The
html appears to be generated in the doxia parts the site goal. Anyhow,
with this arrangement, I need all child modules site goals to fire off
first before the aggregate is triggered on the parent module. Is this
possible?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org