On Mon, Nov 3, 2008 at 10:55 AM, Emmanuel Séguin <[EMAIL PROTECTED]> wrote:

> To make it quick here is my problem :
> I'm using the site:deploy goal in my mvn command line to deploy the maven
> site somewhere on my disks and it's working fine. In the same time i'd like
> my site to be generated in my target directory (which is ok under
> /target/site) but in the target/${maven.build.finalName}/doc directory.
> Is it possible and how ? Some property to put in the pom.xml ?

Try configuring the outputDirectory for the site plugin.  (I'm not
really sure how that differs from generatedSiteDirectory...)

http://maven.apache.org/plugins/maven-site-plugin/site-mojo.html

-- 
Wendy

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

Reply via email to