RE: maven 3 & multi-module site

2010-11-17 Thread Sievers, Jan
I added 


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

  
index
  

  
 

to the reportPlugins section and now I get index.html files on module and root 
level.

Thanks,
Jan



-Original Message-
From: Andreas Sewe [mailto:s...@st.informatik.tu-darmstadt.de] 
Sent: Dienstag, 16. November 2010 17:34
To: Maven Users List
Subject: Re: maven 3 & multi-module site

Hi Jan,

> I have added
> 
> 
> 
> 
>   org.apache.maven.plugins
>   maven-site-plugin
>   3.0-beta-3
>  
> 
>   
> org.apache.maven.plugins
> maven-plugin-plugin
> 2.5.1
>   
> 
>   
> 
> 
> to the root pom.
> 
> When I do 'mvn site', mojo docs are generated fine for each maven-plugin 
> module in target/site/plugin-info.html, but the root POM target/site/ folder 
> is empty apart from standard css/ and images/ folders.
>   
> Maybe there is sth fundamental I am missing here?

I think you came across <http://jira.codehaus.org/browse/MSITE-484>. Try 
adding the m-project-info-reports-p as a reportPlugin as well.

I hope this helps.

Andreas

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



Re: maven 3 & multi-module site

2010-11-16 Thread Andreas Sewe

Hi Jan,


I have added




  org.apache.maven.plugins
  maven-site-plugin
  3.0-beta-3
 

  
org.apache.maven.plugins
maven-plugin-plugin
2.5.1
  

  


to the root pom.

When I do 'mvn site', mojo docs are generated fine for each maven-plugin module 
in target/site/plugin-info.html, but the root POM target/site/ folder is empty 
apart from standard css/ and images/ folders.
  
Maybe there is sth fundamental I am missing here?


I think you came across . Try 
adding the m-project-info-reports-p as a reportPlugin as well.


I hope this helps.

Andreas

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