Message:

   The following issue has been closed.

   Resolver: Vincent Massol
       Date: Thu, 10 Feb 2005 4:11 PM

Works for me. I'm using the dashboard plugin along with the multiproject plugin 
with no issues. If there's a problem we can aways reopen the issue.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPDASHBOARD-6

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPDASHBOARD-6
    Summary: dashboard report not compatible with multiproject plugin
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: CANNOT REPRODUCE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-dashboard-plugin
   Fix Fors:
             1.7

   Assignee: Vincent Massol
   Reporter: Ryan Sonnek

    Created: Thu, 20 May 2004 10:11 PM
    Updated: Thu, 10 Feb 2005 4:11 PM
Environment: maven-1.0-rc3, WinXP

Description:
This is to reopen issue MPDASHBOARD-5.  I've gone through the quick start 
guide, and my subprojects are still re-executing the dashboard on other 
subprojects.  

my project is structured as follows (notice the flattened directory structure)

/myproject-parent (parent project)
/mysubproject-one (extends ../myproject-parent/project.xml)
/mysubproject-two (extends ../myproject-parent/project.xml, depends on 
mysubproject-one)

I have added the maven-dashboard-plugin to my parent project's project.xml and 
have set the dashboard properties correctly.  when i run maven:site from the 
parent project, here's the execution path:

-myproject-parent (get's list of child projects)
....mysubproject-one (dashboard-single is run)
....mysubproject-one (get's list of child projects)
........mysubproject-two (dashboard-single is run)
....mysubproject-two (dashboard-single is run)

the parent project has the following dashboard settings (which are inherited by 
all subprojects)
maven.dashboard.basedir=${maven.multiproject.basedir}
maven.dashboard.includes=${maven.multiproject.includes}
maven.dashboard.excludes=${maven.multiproject.excludes}
maven.dashboard.runreactor=false
maven.dashboard.rungoals=false

is there some way to run dashboard with a multiproject:site?




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

Reply via email to