Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1041 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-1041 Summary: multiproject:site fails -- goal name should be 'site:generate' Type: Bug Status: Unassigned Priority: Minor Original Estimate: 20 minutes Time Spent: Unknown Remaining: 20 minutes Project: maven Components: plugin-multiproject Versions: 1.0-rc1 Assignee: Reporter: bryan thompson Created: Mon, 17 Nov 2003 1:35 PM Updated: Mon, 17 Nov 2003 1:35 PM Environment: JDK1.4 Description: Line 67 of multiproject-plugin-1.1/plugin.jelly currently specifies the goal as "site". However this goal is reported as not being declared when using maven multiproject:site even though it is declared when using it on a single subproject, e.g. maven site It appears that the real name for the goal is "site:generate" and that "site" is some kind of alias that is not resolved when invoke through multiproject. Changing line 67 to goals="site:generate" appears to result in a correct 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]
