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]

Reply via email to