I had the report definitions at the bottom of the master project.xml thinking that it would be automatically included in each subproject. That didn't seem to be the case. Make sure that the list of report definitions is in each subproject's project.xml.
You may already be doing that and I am completely wrong, but its what I got. :)
Charlie
Fabio Uechi wrote:
Hi all,
I'm facing some problems when attempting to generate my project site. My project its comprised of 3 sub-projects. I have a master project.xml which is extended by other 3. When I execute:
maven multiproject:site
The reactor is properly activated and all sites are generated. But it's not generating any of the maven-reports I'd defined in the master pom. After that I generated all reports manually:
maven multiproject:goal -Dgoal=checkstyle maven multiproject:goal -Dgoal=javadoc etc..
And then generated the site again. What I've noticed is that all generated xml are properly converted to html but the the links to them are missing.
Shouldn't the report plugins be automatically called by maven? What about the links? What am I doing wrong?
Thanks in advance Fabio -------------------------------------------------------------------------------- Get your free 15 Mb POP3 email @alexandria.cc Click here -> http://www.alexandria.cc/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
