I have configured the ant-run-plugin to run in the post-site phase. By the way, it transforms to findbugs-report. I find its result in my target/site-folder. Calling site-stage produces the entire multi-module site in an extra directory. There, my transformed findbugs-report is missing. Why is that?
I assumend stage-site copies the pieces from every target/site to my stating directory. It does not do that. It seems to recreate everything, but overlooks my transformed report. How can I tell it to pick it up?