I think you might be missing the index page is all:

Make sure you have this in your reports section:

           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-project-info-reports-plugin</artifactId>
               <version>2.0.1</version>
               <reportSets>
                   <reportSet>
                       <reports>
                           <report>dependencies</report>
                           <report>dependency-convergence</report>
                           <report>project-team</report>
                           <report>cim</report>
                           <report>mailing-list</report>
                           <report>index</report>
                           <report>summary</report>
                       </reports>
                   </reportSet>
               </reportSets>
           </plugin>





On 11/1/06, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]>
wrote:

Hi, I define the following in the parent project.
<distributionManagement>
                <site>
                    <id>x</id>
                    <url>x</url>
                </site>
...
</distributionManagement>
<modules>
        <module>a</module>
        <module>b</module>
</modules>

When I run mvn site-deploy on the parent project, the site for the
parent project gets generated.  The modules get listed,  but when I
click on the modules' links, their sites are not present.  I tried
appending ${project.artifactId} to the url, but that did not work
either.  Each module declares the parent project as its parent.  Please
help if you may.


This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and is protected by law.  If
you are not the intended recipient, you should delete this message.


Any disclosure, copying, or distribution of this message, or the taking of
any action based on it, is strictly prohibited. [v.E.1]




--

Thanks

DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson

Reply via email to