You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/04/10 04:12:18 UTC

[jira] Closed: (MPMULTIPROJECT-3) multiproject:site fails -- goal name should be 'site:generate'

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Fri, 9 Apr 2004 10:10 PM

should be able to find site and site:generate since RC2
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPMULTIPROJECT-3

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPMULTIPROJECT-3
    Summary: multiproject:site fails -- goal name should be 'site:generate'
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: 20 minutes
 Time Spent: Unknown
  Remaining: 20 minutes

    Project: maven-multiproject-plugin

   Assignee: Brett Porter
   Reporter: bryan thompson

    Created: Mon, 17 Nov 2003 1:35 PM
    Updated: Fri, 9 Apr 2004 10:10 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org