Hi dcabasson ,
Will it not work by placing below mention part either in build or report:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<siteDirectory>>/path/to/site/dir</siteDirectory>
</configuration>
<plugin>
I tried this but doesn't work. how we can put these in dependencies . In
dependencies we put jars on which our project depend.
Thanks
Vinay
----- Original Message ----
From: dcabasson <[EMAIL PROTECTED]>
To: [email protected]
Sent: Friday, 21 July, 2006 3:39:46 PM
Subject: Re: Default dir fo site src
Vinay Kumar-5 wrote:
>
> It doesn't work I also tried
> <siteSourceDirectory>/path/to/site/dir</siteSourceDirectory>
> but no luck.
>
Try the parameter siteDirectory of maven-site-plugin:
http://maven.apache.org/plugins/maven-site-plugin/site-mojo.html
(you can put it in your dependencies or dependencyManagement part, I guess)
Denis
--
View this message in context:
http://www.nabble.com/Default-dir-fo-site-src-tf1976644.html#a5431340
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]