Thanks it worked !

    <properties>
       
<siteOutputDirectory>${project.build.directory}/${project.name}/doc</siteOutputDirectory>
    </properties>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-site-plugin</artifactId>
                <version>2.0-beta-5</version>
                <configuration>
                   
<outputDirectory>${siteOutputDirectory}</outputDirectory>
                </configuration>
            </plugin>



Emmanuel Séguin wrote:
> 
> Hi,
> 
> 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 ?
> 
> Thanx in advance
> 
> Manu
> 

-- 
View this message in context: 
http://www.nabble.com/-Maven-2.0.9--Site-output-directory-in-target-while-deploy-tp20306310p20341841.html
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