Does anyone have a working example of multiproject site generation with Maven2? I have gone around and around with this one and cannot get it to work. I am able to generate all of the project sites by invoking the site goal of the parent project and I'm able to deploy all of the sites to a deployment directory. The resulting sites are NOT being aggregated however.
I'm not sure what I am missing. I should be able to create an aggregated site, correct? Thanks in advance, --Kevin
