Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Breadcrumbs will be stored in the <breadcrumbs /> element.

Code Block
xml
xml

<body>
  <breadcrumbs>
    <breadcrumb>Maven 1.x</breadcrumb>
  </breadcrumbs>

Note: Generally you'll only specify one breadcrumb, but it is a list to facilitate the root to have additional breadcrumbs that navigate back beyond the Maven hierachy.

By default, the name element of the project will be used as the breadcrumb.

Report aggregation

Most of the work of this is covered in the individual plugins and the Maven Dashboard discussion. When running the site from the top level, it behaves as an @aggregator so that it is repsonsible for generating all of the child projects, rather than using the reactor to do so. This will enable final aggregation.