[ 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