path of site.xml not possible to configure in tag <siteDirectory>
-----------------------------------------------------------------
Key: MSITE-246
URL: http://jira.codehaus.org/browse/MSITE-246
Project: Maven 2.x Site Plugin
Issue Type: Bug
Affects Versions: 2.0-beta-5
Environment: maven 2.0.7
Reporter: Xavier Marc
Priority: Blocker
i configure the maven-site-plugin like that :
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-5</version>
<configuration>
<siteDirectory>D:\omegabox\WEB-INF\src</siteDirectory>
</configuration>
</plugin>
and my file site.xml is in directory : D:\omegabox\WEB-INF\src\site.xml
But when i execute a maven command (mvn site) maven don't find the file
site.xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira