[jira] Created: (MSITE-331) if parent project have the same artifactID (but different grouId) the site is not ok

View: New views
10 Messages — Rating Filter:   Alert me  

[jira] Created: (MSITE-331) if parent project have the same artifactID (but different grouId) the site is not ok

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

if  parent project have the same artifactID (but different grouId) the site is not ok
-------------------------------------------------------------------------------------

                 Key: MSITE-331
                 URL: http://jira.codehaus.org/browse/MSITE-331
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
          Components: multi module
    Affects Versions: 2.0-beta-6
         Environment: Windows, Maven 2.0.8
            Reporter: Arnaud
         Attachments: 1.zip

When you have 2 parent project with the same artifacID, the site show all their module on the page of both

Ex : some project like this :
                              1-Parent (groupId = A)
                            /                \
         Parent  (A.B)            Parent  (B.C)
                  /                                     \
      module1                        module2


When i do mvn site, module1 AND module2 are on the page of the parent with groupId A.B ANS on the page of the  parent with the groupId A.C

There is an exemple in the zip file:
Just run mvn site on the top project "1-parent" and look the page : "1/2/parent/target/site/index.html" AND "1/3/parent/target/site/index.html"
Normaly, there is ONE module but here, its doesn't work.







--
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-331) if parent project have the same artifactID (but different grouId) the site is not ok

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MSITE-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MSITE-331:
----------------------------------

    Description:
When you have 2 parent project with the same artifactId, the site show all their module on the page of both

Ex : some project like this :
{code}

1-Parent (groupId = A)
       /            \
  Parent  (A.B)   Parent  (B.C)
     /                \
module1             module2
{code}

When i do mvn site, module1 AND module2 are on the page of the parent with groupId A.B ANS on the page of the  parent with the groupId A.C

There is an exemple in the zip file:
Just run mvn site on the top project "1-parent" and look the page : "1/2/parent/target/site/index.html" AND "1/3/parent/target/site/index.html"
Normaly, there is ONE module but here, its doesn't work.







  was:
When you have 2 parent project with the same artifacID, the site show all their module on the page of both

Ex : some project like this :
                              1-Parent (groupId = A)
                            /                \
         Parent  (A.B)            Parent  (B.C)
                  /                                     \
      module1                        module2


When i do mvn site, module1 AND module2 are on the page of the parent with groupId A.B ANS on the page of the  parent with the groupId A.C

There is an exemple in the zip file:
Just run mvn site on the top project "1-parent" and look the page : "1/2/parent/target/site/index.html" AND "1/3/parent/target/site/index.html"
Normaly, there is ONE module but here, its doesn't work.








Add formating

> if  parent project have the same artifactID (but different grouId) the site is not ok
> -------------------------------------------------------------------------------------
>
>                 Key: MSITE-331
>                 URL: http://jira.codehaus.org/browse/MSITE-331
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: multi module
>    Affects Versions: 2.0-beta-6
>         Environment: Windows, Maven 2.0.8
>            Reporter: Arnaud
>         Attachments: 1.zip
>
>
> When you have 2 parent project with the same artifactId, the site show all their module on the page of both
> Ex : some project like this :
> {code}
> 1-Parent (groupId = A)
>        /            \
>   Parent  (A.B)   Parent  (B.C)
>      /                \
> module1             module2
> {code}
> When i do mvn site, module1 AND module2 are on the page of the parent with groupId A.B ANS on the page of the  parent with the groupId A.C
> There is an exemple in the zip file:
> Just run mvn site on the top project "1-parent" and look the page : "1/2/parent/target/site/index.html" AND "1/3/parent/target/site/index.html"
> Normaly, there is ONE module but here, its doesn't work.

--
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-331) if parent project have the same artifactID (but different grouId) the site is not ok

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MSITE-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137753#action_137753 ]

Arnaud commented on MSITE-331:
------------------------------

I am sorry , in my description there is a error

To be more accurate I will use this expression "groupID:ArtifactId"
Exemple : org.apache.maven.plugins:plugins-parent

{code}
a:myparent
       / \
  a.b:parent    a.c:parent
     / \
a.b:module1 a.c:module2
{code}


i hope you can understand me ...

> if  parent project have the same artifactID (but different grouId) the site is not ok
> -------------------------------------------------------------------------------------
>
>                 Key: MSITE-331
>                 URL: http://jira.codehaus.org/browse/MSITE-331
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: multi module
>    Affects Versions: 2.0-beta-6
>         Environment: Windows, Maven 2.0.8
>            Reporter: Arnaud
>         Attachments: 1.zip
>
>
> When you have 2 parent project with the same artifactId, the site show all their module on the page of both
> Ex : some project like this :
> {code}
> 1-Parent (groupId = A)
>        /            \
>   Parent  (A.B)   Parent  (B.C)
>      /                \
> module1             module2
> {code}
> When i do mvn site, module1 AND module2 are on the page of the parent with groupId A.B ANS on the page of the  parent with the groupId A.C
> There is an exemple in the zip file:
> Just run mvn site on the top project "1-parent" and look the page : "1/2/parent/target/site/index.html" AND "1/3/parent/target/site/index.html"
> Normaly, there is ONE module but here, its doesn't work.

--
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] Issue Comment Edited: (MSITE-331) if parent project have the same artifactID (but different grouId) the site is not ok

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MSITE-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137753#action_137753 ]

fdk edited comment on MSITE-331 at 6/7/08 7:32 AM:
------------------------------------------------------

I am sorry , in my description there is a error

To be more accurate I will use this expression "groupID:ArtifactId"
Exemple : org.apache.maven.plugins:plugins-parent

{code}
               a:myparent
                  /               \
      a.b:parent       a.c:parent
        /                                   \
a.b:module1               a.c:module2
{code}


i hope you can understand me ...

      was (Author: fdk):
    I am sorry , in my description there is a error

To be more accurate I will use this expression "groupID:ArtifactId"
Exemple : org.apache.maven.plugins:plugins-parent

{code}
a:myparent
       / \
  a.b:parent    a.c:parent
     / \
a.b:module1 a.c:module2
{code}


i hope you can understand me ...
 

> if  parent project have the same artifactID (but different grouId) the site is not ok
> -------------------------------------------------------------------------------------
>
>                 Key: MSITE-331
>                 URL: http://jira.codehaus.org/browse/MSITE-331
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: multi module
>    Affects Versions: 2.0-beta-6
>         Environment: Windows, Maven 2.0.8
>            Reporter: Arnaud
>         Attachments: 1.zip
>
>
> When you have 2 parent project with the same artifactId, the site show all their module on the page of both
> Ex : some project like this :
> {code}
> 1-Parent (groupId = A)
>        /            \
>   Parent  (A.B)   Parent  (B.C)
>      /                \
> module1             module2
> {code}
> When i do mvn site, module1 AND module2 are on the page of the parent with groupId A.B ANS on the page of the  parent with the groupId A.C
> There is an exemple in the zip file:
> Just run mvn site on the top project "1-parent" and look the page : "1/2/parent/target/site/index.html" AND "1/3/parent/target/site/index.html"
> Normaly, there is ONE module but here, its doesn't work.

--
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] Issue Comment Edited: (MSITE-331) if parent project have the same artifactID (but different grouId) the site is not ok

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MSITE-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137753#action_137753 ]

fdk edited comment on MSITE-331 at 6/7/08 7:35 AM:
------------------------------------------------------

I am sorry , in my description there is a error

To be more accurate I will use this expression "groupID:ArtifactId"
Exemple : org.apache.maven.plugins:plugins-parent

{code}
\t \t \t a:myparent
                  /               \
      a.b:parent       a.c:parent
        /                                   \
a.b:module1               a.c:module2
{code}


i hope you can understand me ...

      was (Author: fdk):
    I am sorry , in my description there is a error

To be more accurate I will use this expression "groupID:ArtifactId"
Exemple : org.apache.maven.plugins:plugins-parent

{code}
               a:myparent
                  /               \
      a.b:parent       a.c:parent
        /                                   \
a.b:module1               a.c:module2
{code}


i hope you can understand me ...
 

> if  parent project have the same artifactID (but different grouId) the site is not ok
> -------------------------------------------------------------------------------------
>
>                 Key: MSITE-331
>                 URL: http://jira.codehaus.org/browse/MSITE-331
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: multi module
>    Affects Versions: 2.0-beta-6
>         Environment: Windows, Maven 2.0.8
>            Reporter: Arnaud
>         Attachments: 1.zip
>
>
> When you have 2 parent project with the same artifactId, the site show all their module on the page of both
> Ex : some project like this :
> {code}
> 1-Parent (groupId = A)
>        /            \
>   Parent  (A.B)   Parent  (B.C)
>      /                \
> module1             module2
> {code}
> When i do mvn site, module1 AND module2 are on the page of the parent with groupId A.B ANS on the page of the  parent with the groupId A.C
> There is an exemple in the zip file:
> Just run mvn site on the top project "1-parent" and look the page : "1/2/parent/target/site/index.html" AND "1/3/parent/target/site/index.html"
> Normaly, there is ONE module but here, its doesn't work.

--
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] Issue Comment Edited: (MSITE-331) if parent project have the same artifactID (but different grouId) the site is not ok

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MSITE-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137753#action_137753 ]

fdk edited comment on MSITE-331 at 6/7/08 7:36 AM:
------------------------------------------------------

I am sorry , in my description there is a error

To be more accurate I will use this expression "groupID:ArtifactId"
Exemple : org.apache.maven.plugins:plugins-parent

{code}
                                    a:myparent
               /               \
      a.b:parent       a.c:parent
        /                                   \
a.b:module1               a.c:module2
{code}


i hope you can understand me ...

      was (Author: fdk):
    I am sorry , in my description there is a error

To be more accurate I will use this expression "groupID:ArtifactId"
Exemple : org.apache.maven.plugins:plugins-parent

{code}
\t \t \t a:myparent
                  /               \
      a.b:parent       a.c:parent
        /                                   \
a.b:module1               a.c:module2
{code}


i hope you can understand me ...
 

> if  parent project have the same artifactID (but different grouId) the site is not ok
> -------------------------------------------------------------------------------------
>
>                 Key: MSITE-331
>                 URL: http://jira.codehaus.org/browse/MSITE-331
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: multi module
>    Affects Versions: 2.0-beta-6
>         Environment: Windows, Maven 2.0.8
>            Reporter: Arnaud
>         Attachments: 1.zip
>
>
> When you have 2 parent project with the same artifactId, the site show all their module on the page of both
> Ex : some project like this :
> {code}
> 1-Parent (groupId = A)
>        /            \
>   Parent  (A.B)   Parent  (B.C)
>      /                \
> module1             module2
> {code}
> When i do mvn site, module1 AND module2 are on the page of the parent with groupId A.B ANS on the page of the  parent with the groupId A.C
> There is an exemple in the zip file:
> Just run mvn site on the top project "1-parent" and look the page : "1/2/parent/target/site/index.html" AND "1/3/parent/target/site/index.html"
> Normaly, there is ONE module but here, its doesn't work.

--
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] Issue Comment Edited: (MSITE-331) if parent project have the same artifactID (but different grouId) the site is not ok

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MSITE-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137753#action_137753 ]

fdk edited comment on MSITE-331 at 6/7/08 7:37 AM:
------------------------------------------------------

I am sorry , in my description there is a error

To be more accurate I will use this expression "groupID:ArtifactId"
Exemple : org.apache.maven.plugins:plugins-parent

{code}
.              a:myparent
            /               \
      a.b:parent       a.c:parent
        /                     \
a.b:module1               a.c:module2
{code}


i hope you can understand me ...

      was (Author: fdk):
    I am sorry , in my description there is a error

To be more accurate I will use this expression "groupID:ArtifactId"
Exemple : org.apache.maven.plugins:plugins-parent

{code}
                                    a:myparent
               /               \
      a.b:parent       a.c:parent
        /                                   \
a.b:module1               a.c:module2
{code}


i hope you can understand me ...
 

> if  parent project have the same artifactID (but different grouId) the site is not ok
> -------------------------------------------------------------------------------------
>
>                 Key: MSITE-331
>                 URL: http://jira.codehaus.org/browse/MSITE-331
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: multi module
>    Affects Versions: 2.0-beta-6
>         Environment: Windows, Maven 2.0.8
>            Reporter: Arnaud
>         Attachments: 1.zip
>
>
> When you have 2 parent project with the same artifactId, the site show all their module on the page of both
> Ex : some project like this :
> {code}
> 1-Parent (groupId = A)
>        /            \
>   Parent  (A.B)   Parent  (B.C)
>      /                \
> module1             module2
> {code}
> When i do mvn site, module1 AND module2 are on the page of the parent with groupId A.B ANS on the page of the  parent with the groupId A.C
> There is an exemple in the zip file:
> Just run mvn site on the top project "1-parent" and look the page : "1/2/parent/target/site/index.html" AND "1/3/parent/target/site/index.html"
> Normaly, there is ONE module but here, its doesn't work.

--
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] Issue Comment Edited: (MSITE-331) if parent project have the same artifactID (but different grouId) the site is not ok

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MSITE-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137753#action_137753 ]

fdk edited comment on MSITE-331 at 6/7/08 7:40 AM:
------------------------------------------------------

I am sorry , in my description there is a error

To be more accurate I will use this expression "groupID:ArtifactId"
Exemple : org.apache.maven.plugins:plugins-parent

{code}
.              a:myparent
            /               \
      a.b:parent       a.c:parent
        /                     \
a.b:module1               a.c:module2
{code}


i hope you can understand me ...


So, the site web genereted is :

{code}
http://Mon site/a/myparent
http://Mon site/a/b/parent
http://Mon site/a/b/module1
http://Mon site/a/b/module2
http://Mon site/a/c/parent
http://Mon site/a/c/module1
http://Mon site/a/c/module2
{code}


Or the good one is :

{code}
http://Mon site/a/myparent
http://Mon site/a/b/parent
http://Mon site/a/b/module1
http://Mon site/a/c/parent
http://Mon site/a/c/module2
{code}


      was (Author: fdk):
    I am sorry , in my description there is a error

To be more accurate I will use this expression "groupID:ArtifactId"
Exemple : org.apache.maven.plugins:plugins-parent

{code}
.              a:myparent
            /               \
      a.b:parent       a.c:parent
        /                     \
a.b:module1               a.c:module2
{code}


i hope you can understand me ...
 

> if  parent project have the same artifactID (but different grouId) the site is not ok
> -------------------------------------------------------------------------------------
>
>                 Key: MSITE-331
>                 URL: http://jira.codehaus.org/browse/MSITE-331
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: multi module
>    Affects Versions: 2.0-beta-6
>         Environment: Windows, Maven 2.0.8
>            Reporter: Arnaud
>         Attachments: 1.zip
>
>
> When you have 2 parent project with the same artifactId, the site show all their module on the page of both
> Ex : some project like this :
> {code}
> 1-Parent (groupId = A)
>        /            \
>   Parent  (A.B)   Parent  (B.C)
>      /                \
> module1             module2
> {code}
> When i do mvn site, module1 AND module2 are on the page of the parent with groupId A.B ANS on the page of the  parent with the groupId A.C
> There is an exemple in the zip file:
> Just run mvn site on the top project "1-parent" and look the page : "1/2/parent/target/site/index.html" AND "1/3/parent/target/site/index.html"
> Normaly, there is ONE module but here, its doesn't work.

--
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-331) if parent project have the same artifactID (but different grouId) the site is not ok

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MSITE-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=141474#action_141474 ]

Arnaud commented on MSITE-331:
------------------------------

no comments is  good news or bad news ?

;-)

What happen ? because for me is a big probleme.
So please .....  

Thank you !

> if  parent project have the same artifactID (but different grouId) the site is not ok
> -------------------------------------------------------------------------------------
>
>                 Key: MSITE-331
>                 URL: http://jira.codehaus.org/browse/MSITE-331
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: multi module
>    Affects Versions: 2.0-beta-6
>         Environment: Windows, Maven 2.0.8
>            Reporter: Arnaud
>         Attachments: 1.zip
>
>
> When you have 2 parent project with the same artifactId, the site show all their module on the page of both
> Ex : some project like this :
> {code}
> 1-Parent (groupId = A)
>        /            \
>   Parent  (A.B)   Parent  (B.C)
>      /                \
> module1             module2
> {code}
> When i do mvn site, module1 AND module2 are on the page of the parent with groupId A.B ANS on the page of the  parent with the groupId A.C
> There is an exemple in the zip file:
> Just run mvn site on the top project "1-parent" and look the page : "1/2/parent/target/site/index.html" AND "1/3/parent/target/site/index.html"
> Normaly, there is ONE module but here, its doesn't work.

--
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-331) if parent project have the same artifactID (but different grouId) the site is not ok

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MSITE-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=143104#action_143104 ]

Arnaud commented on MSITE-331:
------------------------------

the version 2.0-beta-7 has the bug too

Thanks

> if  parent project have the same artifactID (but different grouId) the site is not ok
> -------------------------------------------------------------------------------------
>
>                 Key: MSITE-331
>                 URL: http://jira.codehaus.org/browse/MSITE-331
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: multi module
>    Affects Versions: 2.0-beta-6
>         Environment: Windows, Maven 2.0.8
>            Reporter: Arnaud
>         Attachments: 1.zip
>
>
> When you have 2 parent project with the same artifactId, the site show all their module on the page of both
> Ex : some project like this :
> {code}
> 1-Parent (groupId = A)
>        /            \
>   Parent  (A.B)   Parent  (B.C)
>      /                \
> module1             module2
> {code}
> When i do mvn site, module1 AND module2 are on the page of the parent with groupId A.B ANS on the page of the  parent with the groupId A.C
> There is an exemple in the zip file:
> Just run mvn site on the top project "1-parent" and look the page : "1/2/parent/target/site/index.html" AND "1/3/parent/target/site/index.html"
> Normaly, there is ONE module but here, its doesn't work.

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

       
LightInTheBox - Buy quality products at wholesale price