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/10/14 16:18:21 UTC

[jira] Commented: (MPDASHBOARD-6) dashboard report not compatible with multiproject plugin

The following comment has been added to this issue:

     Author: Thomas Recloux
    Created: Thu, 14 Oct 2004 10:18 AM
       Body:
Hi,

I'm trying to reproduce your project tree, I'd like to know if you got source code in the "mysubproject-one" ?

For information, I'm using dashboard with this organisation :
--base project
  |-- webapp ancestor
  |   |-- Web app one
  |   |-- Web app two
  |-- business ancestor
  |   |-- business one
  |   |-- business two
  |-- main project

With the main project using multiproject plugin to generate the site.



---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPDASHBOARD-6?page=comments#action_25364

---------------------------------------------------------------------
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: Thu, 14 Oct 2004 10:18 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org