The following comment has been added to this issue: Author: Rafal Krzewski Created: Thu, 17 Jul 2003 5:00 AM Body: No you have't fixed it really. It's not a matter of clashing ids. The testcase works now, because you excluded the parent project from the multisite processing. It breaks exactly the same way as before, once I comment out the excludes property in project.properties.
It may be just me not understatnding how site aggregation works... My intention was that the parent project contains provides general documentation, and each of the sub-projects contains documentation for the corresponding logical module + reports. /foo-parent /foo-child-1 /src /java /xdocs project.xml /foo-child-2 /src /java /xdocs project.xml /xdocs project.xml I assumed that I should be able to walk into foo-parent and say "maven multiproject" and have all docs generated, with apropriate links. >From what you've done I see you mean the following structure: /foo-parent /foo-child-1 /src /java /xdocs project.xml /foo-child-2 /src /java /xdocs project.xml /foo-docs /xdocs project.xml project.xml With the docs moved from the master project into a separate docs project. Is this the only supported layout? Or should we investigate further why the other one fails? --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-574 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-574 Summary: multiproject:site fails with "Goal [xdoc:register-reports] has no action definition." Type: Bug Status: Unassigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: maven Versions: 1.0-beta-10 Assignee: Reporter: Rafal Krzewski Created: Wed, 16 Jul 2003 4:13 AM Updated: Wed, 16 Jul 2003 9:11 PM Environment: Linux, JDK 1.4.2 Description: I'm trying out the multiporoject integration plugin, but can't get it to work. I'm able to run "maven site" on the main project and all subproject individually, I'm also able to run goals on the whole project using multiproject plugin, like "maven -Dgoal=install-snapshot multiproject:goal". The problem occurs when running "maven multisite", or "maven -Dgoal=site multiproject:goal". I'm attaching a minimal testcase that exhibits the error, and sample output of "maven -X multiproject" run. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]