Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.3
-
Fix Version/s: 1.4
-
Labels:None
Description
In the dashboard doc (index) I think it's assumed that the project running multiproject is the parent of the subprojects.
So where it says (shortened):
Add the following 3 properties to your master project:
maven.dashboard.runreactor = false
maven.dashboard.rungoals = false
maven.multiproject.site.goals=site,dashboard:report-single
Should be:
Add the following properties to the project you run multiproject from:
maven.dashboard.runreactor = false
maven.multiproject.site.goals=site,dashboard:report-single
And add to every subproject
maven.dashboard.rungoals = false
Am I right?
Fixed. Thanks.