[
http://jira.codehaus.org/browse/MSITE-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106093
]
Jennifer Lengel commented on MSITE-246:
---------------------------------------
I have run into this problem. I believe you need to have a directory set up as:
D:\omegabox\WEB-INF\src\site\site.xml
- From what i understand, maven automatically looks for a site folder, so you
don't need the <siteDirectory> tags or anything.
Hope this helps.
-Jen
> 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