Hi Heiko,
 If I understand correctly, you run 'm2 site:site', and you wonder
why the output ends up in 'target/site' instead of in '${basedir}/www'.
 shouldn't you specify the 'outputDirectory' property instead ??
  Dennis

 On 7/1/05, puschteblume <[EMAIL PROTECTED]> wrote: 
> 
> Hi
> 
> I have following entry in pom.xml:
> <project>
> ....
> <build>
> <sourceDirectory>src/main</sourceDirectory>
> <plugins>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-site-plugin</artifactId>
> <configuration>
> <siteDirectory>${basedir}/www</siteDirectory>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </project>
> 
> But the site is deployed to /target directory. Do you know if I have
> missed something?
> 
> Thanks Heiko
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to