So I have a multi-module project and I would like to generate a site which includes javadoc and jxr. What am I supposed to do?

I would be extremelty grateful to anyone who can provide an example which has a shot at working...

If I generate the default site according to the mergere book, I get essentially a useless cover page with a navigation menu that lists the modules, but without links

If in the parent pom.xml, I say:

 <reporting>
  <plugins>

   <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-javadoc-plugin</artifactId>
    <configuration>
     <aggregate>true</aggregate>
    </configuration>
   </plugin>

"mvn site" fails with an internal error, stumbling over a dependency which seems to stem from the java code being javadoc'ed itself.

If I set it to false, I don't see any link or anything at all.

Is the intent to let maven generate some of the pages, and I need to add the static pages linking them all together myself?

I cannot stress enough how frustrating it is the wade through the many twisty XML hierarchies....
--
cg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to