Try to replace

maven.multiproject.site.goals=site,dashboard:report-single

with

maven.multiproject.site.goals=multiproject:site,dashboard:report-single


Hope this helps,

--mike

Jeff Jensen wrote:

I finally have dashboard report running by contradicting (per my interpretation)
the documentation.  All 3 of these settings must be this way to get it to run:

maven.multiproject.site.goals=site,dashboard:report-single

maven.dashboard.runreactor=true
maven.dashboard.rungoals=true


As expected and per the docs, dashboard runs all the Junit tests, etc. for its
report.  While this accomplishes getting dashboard run, the underlying problem
is still not solved.


For some reason, the "site" goal is not run on each subproject.  So the
subproject output (the html files in the end) needed for the multiproject
results to link to do not exist.


Can anyone explain this?  Does this point to a config error on my part, or
possibly a bug?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to