The following comment has been added to this issue:

     Author: pkernevez
    Created: Fri, 19 Nov 2004 8:15 AM
       Body:
I have this file structure and I don't have any trouble since I hadded this 
properties in my parent project (named "MainProject"):

maven.multiproject.basedir = ..
maven.multiproject.excludes = MainProject/project.xml

I can call my multiproject target from the MainProject directory (like 
mutliproject:site or multiproject:install).
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPDASHBOARD-6?page=comments#action_26889

---------------------------------------------------------------------
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: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-dashboard-plugin

   Assignee: 
   Reporter: Ryan Sonnek

    Created: Thu, 20 May 2004 10:11 PM
    Updated: Fri, 19 Nov 2004 8:15 AM
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