You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benson Margulies (JIRA)" <ji...@codehaus.org> on 2010/10/14 16:54:32 UTC

[jira] Created: (MSITE-515) site:site/site:deploy is mislinking modules

site:site/site:deploy is mislinking modules
-------------------------------------------

                 Key: MSITE-515
                 URL: http://jira.codehaus.org/browse/MSITE-515
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
          Components: inheritance
    Affects Versions: 2.1.1
            Reporter: Benson Margulies


Using 2.1, my parent POM looks like ...
{code}
    <properties>
        <site.deploy.base>scp://hudson.basistech.net/home/projects/jug/jdd</site.deploy.base>
    </properties>
   <url>${url.base}</url>
 <distributionManagement>
        <site>
            <id>jdd.website</id>
            <url>${site.deploy.base}</url>
        </site>
    </distributionManagement>
{code}
and has a list of modules.

When I run mvn site:site site:deploy,

the resulting top-level page has links that look like:

{code}
 <a href="../jdd-api/jdd-api/index.html" title="Jester Document Database API">Jester Document Database API</a>
{code}

Note that the module name is in there, 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] Updated: (MSITE-515) site:site/site:deploy is mislinking modules

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

Herve Boutemy updated MSITE-515:
--------------------------------

    Description: 
Using 2.1, my parent POM looks like ...
{code:xml}
    <properties>
        <site.deploy.base>scp://hudson.basistech.net/home/projects/jug/jdd</site.deploy.base>
    </properties>
   <url>${url.base}</url>
 <distributionManagement>
        <site>
            <id>jdd.website</id>
            <url>${site.deploy.base}</url>
        </site>
    </distributionManagement>
{code}
and has a list of modules.

When I run mvn site:site site:deploy,

the resulting top-level page has links that look like:

{code:xml}
 <a href="../jdd-api/jdd-api/index.html" title="Jester Document Database API">Jester Document Database API</a>
{code}

Note that the module name is in there, TWICE.



  was:
Using 2.1, my parent POM looks like ...
{code}
    <properties>
        <site.deploy.base>scp://hudson.basistech.net/home/projects/jug/jdd</site.deploy.base>
    </properties>
   <url>${url.base}</url>
 <distributionManagement>
        <site>
            <id>jdd.website</id>
            <url>${site.deploy.base}</url>
        </site>
    </distributionManagement>
{code}
and has a list of modules.

When I run mvn site:site site:deploy,

the resulting top-level page has links that look like:

{code}
 <a href="../jdd-api/jdd-api/index.html" title="Jester Document Database API">Jester Document Database API</a>
{code}

Note that the module name is in there, TWICE.




> site:site/site:deploy is mislinking modules
> -------------------------------------------
>
>                 Key: MSITE-515
>                 URL: http://jira.codehaus.org/browse/MSITE-515
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: inheritance
>    Affects Versions: 2.1.1
>            Reporter: Benson Margulies
>
> Using 2.1, my parent POM looks like ...
> {code:xml}
>     <properties>
>         <site.deploy.base>scp://hudson.basistech.net/home/projects/jug/jdd</site.deploy.base>
>     </properties>
>    <url>${url.base}</url>
>  <distributionManagement>
>         <site>
>             <id>jdd.website</id>
>             <url>${site.deploy.base}</url>
>         </site>
>     </distributionManagement>
> {code}
> and has a list of modules.
> When I run mvn site:site site:deploy,
> the resulting top-level page has links that look like:
> {code:xml}
>  <a href="../jdd-api/jdd-api/index.html" title="Jester Document Database API">Jester Document Database API</a>
> {code}
> Note that the module name is in there, 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] Commented: (MSITE-515) site:site/site:deploy is mislinking modules

Posted by "Benson Margulies (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=240092#action_240092 ] 

Benson Margulies commented on MSITE-515:
----------------------------------------

Creating these things takes hours. I'll get there eventually.

> site:site/site:deploy is mislinking modules
> -------------------------------------------
>
>                 Key: MSITE-515
>                 URL: http://jira.codehaus.org/browse/MSITE-515
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: inheritance
>    Affects Versions: 2.1.1
>            Reporter: Benson Margulies
>
> Using 2.1, my parent POM looks like ...
> {code:xml}
>     <properties>
>         <site.deploy.base>scp://hudson.basistech.net/home/projects/jug/jdd</site.deploy.base>
>     </properties>
>    <url>${url.base}</url>
>  <distributionManagement>
>         <site>
>             <id>jdd.website</id>
>             <url>${site.deploy.base}</url>
>         </site>
>     </distributionManagement>
> {code}
> and has a list of modules.
> When I run mvn site:site site:deploy,
> the resulting top-level page has links that look like:
> {code:xml}
>  <a href="../jdd-api/jdd-api/index.html" title="Jester Document Database API">Jester Document Database API</a>
> {code}
> Note that the module name is in there, 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] Commented: (MSITE-515) site:site/site:deploy is mislinking modules

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=239664#action_239664 ] 

Dennis Lundberg commented on MSITE-515:
---------------------------------------

Can you please attach a demo project that we can use to test this issue.

> site:site/site:deploy is mislinking modules
> -------------------------------------------
>
>                 Key: MSITE-515
>                 URL: http://jira.codehaus.org/browse/MSITE-515
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: inheritance
>    Affects Versions: 2.1.1
>            Reporter: Benson Margulies
>
> Using 2.1, my parent POM looks like ...
> {code}
>     <properties>
>         <site.deploy.base>scp://hudson.basistech.net/home/projects/jug/jdd</site.deploy.base>
>     </properties>
>    <url>${url.base}</url>
>  <distributionManagement>
>         <site>
>             <id>jdd.website</id>
>             <url>${site.deploy.base}</url>
>         </site>
>     </distributionManagement>
> {code}
> and has a list of modules.
> When I run mvn site:site site:deploy,
> the resulting top-level page has links that look like:
> {code}
>  <a href="../jdd-api/jdd-api/index.html" title="Jester Document Database API">Jester Document Database API</a>
> {code}
> Note that the module name is in there, 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-515) site:site/site:deploy is mislinking modules

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

Benson Margulies closed MSITE-515.
----------------------------------

    Resolution: Cannot Reproduce

As usual in my experience, an attempt to cut a site plugin problem down to digestible size fails. Presumably it has to do with my parent pom structure.

> site:site/site:deploy is mislinking modules
> -------------------------------------------
>
>                 Key: MSITE-515
>                 URL: http://jira.codehaus.org/browse/MSITE-515
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: inheritance
>    Affects Versions: 2.1.1
>            Reporter: Benson Margulies
>
> Using 2.1, my parent POM looks like ...
> {code:xml}
>     <properties>
>         <site.deploy.base>scp://hudson.basistech.net/home/projects/jug/jdd</site.deploy.base>
>     </properties>
>    <url>${url.base}</url>
>  <distributionManagement>
>         <site>
>             <id>jdd.website</id>
>             <url>${site.deploy.base}</url>
>         </site>
>     </distributionManagement>
> {code}
> and has a list of modules.
> When I run mvn site:site site:deploy,
> the resulting top-level page has links that look like:
> {code:xml}
>  <a href="../jdd-api/jdd-api/index.html" title="Jester Document Database API">Jester Document Database API</a>
> {code}
> Note that the module name is in there, 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] Commented: (MSITE-515) site:site/site:deploy is mislinking modules

Posted by "Benson Margulies (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=239665#action_239665 ] 

Benson Margulies commented on MSITE-515:
----------------------------------------

I can try. I have spend much time in the past failing to make small examples that exhibit this sort of thing.

> site:site/site:deploy is mislinking modules
> -------------------------------------------
>
>                 Key: MSITE-515
>                 URL: http://jira.codehaus.org/browse/MSITE-515
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: inheritance
>    Affects Versions: 2.1.1
>            Reporter: Benson Margulies
>
> Using 2.1, my parent POM looks like ...
> {code}
>     <properties>
>         <site.deploy.base>scp://hudson.basistech.net/home/projects/jug/jdd</site.deploy.base>
>     </properties>
>    <url>${url.base}</url>
>  <distributionManagement>
>         <site>
>             <id>jdd.website</id>
>             <url>${site.deploy.base}</url>
>         </site>
>     </distributionManagement>
> {code}
> and has a list of modules.
> When I run mvn site:site site:deploy,
> the resulting top-level page has links that look like:
> {code}
>  <a href="../jdd-api/jdd-api/index.html" title="Jester Document Database API">Jester Document Database API</a>
> {code}
> Note that the module name is in there, 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] Commented: (MSITE-515) site:site/site:deploy is mislinking modules

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=240072#action_240072 ] 

Herve Boutemy commented on MSITE-515:
-------------------------------------

with the few info in the issue description, we won't be able to do anything than closing the report with "Cannot Reproduce" resolution...
even if the demo project isn't that small, we need at least pom.xml and site.xml files

> site:site/site:deploy is mislinking modules
> -------------------------------------------
>
>                 Key: MSITE-515
>                 URL: http://jira.codehaus.org/browse/MSITE-515
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: inheritance
>    Affects Versions: 2.1.1
>            Reporter: Benson Margulies
>
> Using 2.1, my parent POM looks like ...
> {code:xml}
>     <properties>
>         <site.deploy.base>scp://hudson.basistech.net/home/projects/jug/jdd</site.deploy.base>
>     </properties>
>    <url>${url.base}</url>
>  <distributionManagement>
>         <site>
>             <id>jdd.website</id>
>             <url>${site.deploy.base}</url>
>         </site>
>     </distributionManagement>
> {code}
> and has a list of modules.
> When I run mvn site:site site:deploy,
> the resulting top-level page has links that look like:
> {code:xml}
>  <a href="../jdd-api/jdd-api/index.html" title="Jester Document Database API">Jester Document Database API</a>
> {code}
> Note that the module name is in there, 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