Versions Compared

Key

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

...

Code Block
xml
xml
<body>
  <breadcrumbs>
    <breadcrumb>Maven 1.x</breadcrumb><breadcrumb href="http://www.apache.org/">Apache</breadcrumb>
    <breadcrumb>Maven</breadcrumb> <!-- href is derived from project.url -->
  </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.

...