Re: Running selective reports causes site/index.html to dissapear?!?

2008-12-16 Thread Kent Närling
2008/12/16 Jörg Schaible 

> Hi Kent,
>
> Kent Närling wrote at Dienstag, 16. Dezember 2008 13:14:
>
> > I am trying to customize the site generation and only want to generate
> > selected reports... however when I do this as described in the
> > examples:
> >
> > 
> >   
> > org.apache.maven.plugins
> > maven-project-info-reports-plugin
> > 
> >   
> > 
> >   dependencies
> >   project-team
> >   mailing-list
> >   cim
> >   issue-tracking
> >   license
> >   scm
> > 
> >   
> > 
> >   
> >
> >
> > Then suddenly target/site/index.html is not generated anymore!?! why?
>
> You did not select the "index" report ;-)


Right, I knew that ...  *argh*

Sorry for the troll question... :-(


Re: Running selective reports causes site/index.html to dissapear?!?

2008-12-16 Thread Jörg Schaible
Hi Kent,

Kent Närling wrote at Dienstag, 16. Dezember 2008 13:14:

> I am trying to customize the site generation and only want to generate
> selected reports... however when I do this as described in the
> examples:
> 
> 
>   
> org.apache.maven.plugins
> maven-project-info-reports-plugin
> 
>   
> 
>   dependencies
>   project-team
>   mailing-list
>   cim
>   issue-tracking
>   license
>   scm
> 
>   
> 
>   
> 
> 
> Then suddenly target/site/index.html is not generated anymore!?! why?

You did not select the "index" report ;-)

- Jörg


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Running selective reports causes site/index.html to dissapear?!?

2008-12-16 Thread Kent Närling
I am trying to customize the site generation and only want to generate
selected reports... however when I do this as described in the
examples:


  
org.apache.maven.plugins
maven-project-info-reports-plugin

  

  dependencies
  project-team
  mailing-list
  cim
  issue-tracking
  license
  scm

  

  


Then suddenly target/site/index.html is not generated anymore!?! why?

Also, the documentation for site.xml is very brief, is there any good
reference description on all available elements in site.xml etc