
|
If you were logged in you would be able to see more operations.
|
|
|
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.
|
|
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.
|
Show » |
Sort Order:
|
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