You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Henning Schmiedehausen (JIRA)" <ji...@codehaus.org> on 2006/12/30 21:08:09 UTC

[jira] Created: (MSITE-205) maven site plugin typo prevents parent site.xml resolution from working

maven site plugin typo prevents parent site.xml resolution from working
-----------------------------------------------------------------------

                 Key: MSITE-205
                 URL: http://jira.codehaus.org/browse/MSITE-205
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
    Affects Versions: 2.0-beta-5
            Reporter: Henning Schmiedehausen
         Attachments: maven-site-plugin.diff

That is an obvious typo that should be fixed. Afterwards, the site generation works correct:

With this patch:

mvn -X site 
[...]
[INFO] [site:site]
[DEBUG] Mapped url: /home/scratch/velocity/site/doxia-velocity-renderer/src/site to relative path: src/site
[DEBUG] Reading site descriptor from src/site/site.xml
[DEBUG] Mapped url: /home/scratch/velocity/site/doxia-velocity-renderer/src/site to relative path: ../src/site
[...]

Without this patch, the site plugins opens src/site/site.xml twice. This leads to all kinds of strange behaviour like having custom powered by logos twice.

-- 
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-205) maven site plugin typo prevents parent site.xml resolution from working

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-205?page=all ]

Arnaud Heritier closed MSITE-205.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

Applied. Thx.

> maven site plugin typo prevents parent site.xml resolution from working
> -----------------------------------------------------------------------
>
>                 Key: MSITE-205
>                 URL: http://jira.codehaus.org/browse/MSITE-205
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-5
>            Reporter: Henning Schmiedehausen
>         Assigned To: Arnaud Heritier
>             Fix For: 2.0
>
>         Attachments: maven-site-plugin.diff
>
>
> That is an obvious typo that should be fixed. Afterwards, the site generation works correct:
> With this patch:
> mvn -X site 
> [...]
> [INFO] [site:site]
> [DEBUG] Mapped url: /home/scratch/velocity/site/doxia-velocity-renderer/src/site to relative path: src/site
> [DEBUG] Reading site descriptor from src/site/site.xml
> [DEBUG] Mapped url: /home/scratch/velocity/site/doxia-velocity-renderer/src/site to relative path: ../src/site
> [...]
> Without this patch, the site plugins opens src/site/site.xml twice. This leads to all kinds of strange behaviour like having custom powered by logos twice.

-- 
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