You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Xavier Marc (JIRA)" <ji...@codehaus.org> on 2007/08/02 15:15:13 UTC

[jira] Created: (MSITE-246) path of site.xml not possible to configure in tag

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

        

[jira] Commented: (MSITE-246) path of site.xml not possible to configure in tag

Posted by "Jennifer Lengel (JIRA)" <ji...@codehaus.org>.
    [ 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

        

[jira] Commented: (MSITE-246) path of site.xml not possible to configure in tag

Posted by "Jennifer Lengel (JIRA)" <ji...@codehaus.org>.
    [ 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

        

[jira] Closed: (MSITE-246) path of site.xml not possible to configure in tag

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MSITE-246.
---------------------------------

       Resolution: Duplicate
    Fix Version/s: 2.0-beta-6

> 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
>             Fix For: 2.0-beta-6
>
>
> 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