Can't tell you why without seeing your poms, but in any way, you should be able 
to enforce creating index by setting "<report>index</report>" in the reports 
section like this:

  <reporting>
    <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
                  <reportSets>
                     <reportSet>
                        <reports>
                           <report>dependencies</report>
                           <report>dependency-convergence</report>
                           <report>project-team</report>
                           <report>cim</report>
                           <report>mailing-list</report>
                           <report>issue-tracking</report>
                           <report>license</report> 
                           <report>scm</report>
                           <report>index</report>
                           <report>summary</report>
                        </reports>
                     </reportSet>
                  </reportSets>
       </plugin>

-----Original Message-----
From: Mick Knutson [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 05, 2006 12:29 PM
To: maven
Subject: Re: mvn site does NOT create index files for any of my
modules!!!!!!


I really need to fix this please. Can someone please help me understand how
to resolve this?


On 10/4/06, Mick Knutson <[EMAIL PROTECTED]> wrote:
>
> I get all the other files and documents created EXCEPT the index.htmlfiles. 
> This applies for all my modules.
> Can someone please help me to understand why the index would be omitted
> from creation?
>
> --
>
> Thanks
>
> DJ MICK
> http://www.djmick.com
> http://www.myspace.com/mickknutson




-- 

Thanks

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

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

Reply via email to