Maven 2.0.4.

Trying to create a site for multi module project where the module links are actually shown. Using the following command:

  site:stage -DstagingDirectory=....

the module links are shown, but the aggregated javadoc page on the toplevel is empty.
Here is the reports section of my toplevel pom:

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


The actual javadoc is generated within the original toplevel /target/site/apidocs
Looks like the javadoc is not copied to the site staging area.

Is this a known issue?

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

Reply via email to