Thanks. This works.

dvicente wrote:
> 
> yes you add this section in your root pom :
> 
> <distributionManagement>
>               <site>
>                       <id>loganalyzer.site</id>
>                       <name>Maven Project Website</name>
>                       <url>file:///C:\temp\site</url>
>               </site>
>       </distributionManagement>
> 
> Maven nw knows where to deploy the site.
> 
> after that, mvn site site:deploy and your site is fully operational
> 
> see the doc : 
> http://maven.apache.org/plugins/maven-site-plugin/usage.html
> http://maven.apache.org/plugins/maven-site-plugin/usage.html 
> 
> 
> 
> 
> ChuckC wrote:
>> 
>> I have my site generating for a multi-project project, but the top level
>> pom report does not properly link into the sub-level pom reports.
>> Ideally, I would like the site to be in a single destination. Is there a
>> way to get the "sites" to link together as a single site. This is very
>> similar to the earlier post about getting it to generate sites for a
>> multi-projects project. 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/What-is-the-best-way-to-consolidate-the-site-from-a-multi-project-project-tf4239560s177.html#a12098843
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to