Hi Jeff, > -----Original Message----- > From: Jeff Jensen [mailto:[EMAIL PROTECTED] > Sent: jeudi 2 juin 2005 18:16 > To: Maven Users List > Subject: Multiproject & dashboard - dashboard runs "the hard way" > > 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
All 3 properties are different. The way to use them really depends how you wish to integrate the dashboard into your build (as mentioned on the index page of the dashboard plugin). Do you want to execute it when you run "maven site" or when you run "maven multiproject:site"? > 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? I don't think it's a bug because I have several test suites in the plugin to prove that it works fine with different situations. Which version of the multiproject plugin are you using? Which version of the dashboard plugin? Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
