diff --git a/dashboard/plugin.jelly b/dashboard/plugin.jelly index 46f6894f..72d00899 100644 --- a/dashboard/plugin.jelly +++ b/dashboard/plugin.jelly @@ -130,10 +130,17 @@ + + + + + + + - + diff --git a/dashboard/plugin.properties b/dashboard/plugin.properties index bc57c15e..c05a43f2 100644 --- a/dashboard/plugin.properties +++ b/dashboard/plugin.properties @@ -63,6 +63,11 @@ maven.dashboard.runreactor = true # aggregators. maven.dashboard.report.showempty = true +# If true, projects will be sorted by the given property +# NOTE: this only works with Maven 1.1 +maven.dashboard.sort = false +maven.dashboard.sort.property = name + # Images used when generating the progress bar for the dashboard HTML color # for left bar maven.dashboard.report.bar.left = green diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml index 70c55bbf..ab614566 100644 --- a/dashboard/xdocs/changes.xml +++ b/dashboard/xdocs/changes.xml @@ -25,6 +25,7 @@ + Allow sorting of dashboard items (requires Maven 1.1). Add message on status of finding dashboard-single.xml. Fix count of changelog-entries with maven-changelog-plugin-1.9. Add new aggregators jiraopen and jirascheduled. diff --git a/dashboard/xdocs/properties.xml b/dashboard/xdocs/properties.xml index bc3b9159..2cf79bb4 100644 --- a/dashboard/xdocs/properties.xml +++ b/dashboard/xdocs/properties.xml @@ -68,6 +68,11 @@ maven.dashboard.runreactor = true # aggregators. maven.dashboard.report.showempty = true +# If true, projects will be sorted by the given property +# NOTE: this only works with Maven 1.1 +maven.dashboard.sort = false +maven.dashboard.sort.property = name + # Images used when generating the progress bar for the dashboard HTML color # for left bar maven.dashboard.report.bar.left = green