[ http://jira.codehaus.org/browse/MSITE-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106096 ]
Jennifer Lengel commented on MSITE-246: --------------------------------------- Actually, I may have read your question too fast. If you are trying to specify which folder maven should look for your site.xml in, then I believe there is a bug with it: http://jira.codehaus.org/browse/MSITE-151 If that didn't help, hope this does :) > 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