Dashboard does not respect setting of maven.multiproject.includes
-----------------------------------------------------------------
Key: MPDASHBOARD-27
URL: http://jira.codehaus.org/browse/MPDASHBOARD-27
Project: maven-dashboard-plugin
Type: Bug
Environment: Maven 1.02
Reporter: Jeff Jensen
Priority: Minor
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]