Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.9
-
Component/s: None
-
Labels:None
-
Environment:Maven 1.02
-
Number of attachments :
Description
The dashboard docs say:
- Location of subprojects to include in the dashboard report. By default
- these properties have the same values as their Multiproject conterpart.
- You can define them if you need to set different values.
#maven.dashboard.basedir=${basedir}
#maven.dashboard.includes=*/project.xml
#maven.dashboard.excludes=
#maven.dashboard.ignoreFailures=false
I interpret this to mean "maven.dashboard.includes" will match the setting of "maven.multiproject.includes" (as well as the rest of the settings listed).
However, if I set "maven.multiproject.includes" to only one of my subprojects (e.g. "subprojname/project.xml"), dashboard still runs on all of them.
If this is working as designed, then I suggest changing the doc words to something like:
- Location of subprojects to include in the dashboard report. By default,
- these properties have the same default values as their Multiproject counterpart, but
- do not use any user-made settings to the Multiproject properties.
Furthermore properties :
maven.dashboard.basedir
maven.dashboard.includes
maven.dashboard.excludes
maven.dashboard.ignoreFailures
are now always ignored ... It's not possible anymore to override multiproject properties