|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> |
3 | | - <skin> |
4 | | - <groupId>org.apache.maven.skins</groupId> |
5 | | - <artifactId>maven-fluido-skin</artifactId> |
6 | | - <version>1.10.0</version> |
7 | | - </skin> |
8 | | - <custom> |
9 | | - <fluidoSkin> |
10 | | - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> |
11 | | - <copyrightClass>pull-right</copyrightClass> |
12 | | - <gitHub> |
13 | | - <projectId>mojohaus/taglist-maven-plugin</projectId> |
14 | | - <ribbonOrientation>right</ribbonOrientation> |
15 | | - <ribbonColor>black</ribbonColor> |
16 | | - <profile>production</profile> |
17 | | - </gitHub> |
18 | | - </fluidoSkin> |
19 | | - </custom> |
| 2 | +<project xmlns="http://maven.apache.org/DECORATION/1.8.1" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd"> |
20 | 5 | <body> |
21 | | - <links> |
22 | | - <item name="MojoHaus" href="https://www.mojohaus.org/"/> |
23 | | - <item name="Maven" href="https://maven.apache.org/"/> |
24 | | - </links> |
| 6 | + |
25 | 7 | <breadcrumbs> |
26 | | - <item name="MojoHaus" href="https://www.mojohaus.org/"/> |
27 | | - <item name="${this.name}" href="${this.url}"/> |
| 8 | + <item name="MojoHaus" href="https://www.mojohaus.org/" /> |
| 9 | + <item name="${this.name}" href="${this.url}" /> |
28 | 10 | </breadcrumbs> |
| 11 | + |
29 | 12 | <menu name="Overview"> |
30 | | - <item name="Introduction" href="./index.html"/> |
31 | | - <item name="Goals" href="./plugin-info.html"/> |
32 | | - <item name="Usage" href="./usage.html"/> |
33 | | - <item name="FAQ" href="./faq.html"/> |
| 13 | + <item name="Introduction" href="./index.html" /> |
| 14 | + <item name="Goals" href="./plugin-info.html" /> |
| 15 | + <item name="Usage" href="./usage.html" /> |
| 16 | + <item name="FAQ" href="./faq.html" /> |
34 | 17 | </menu> |
| 18 | + |
35 | 19 | <menu name="Examples"> |
36 | | - <item name="Counting Tags" href="./examples/counting-tags.html"/> |
37 | | - <item name="Sample Taglist Report" href="./taglist.html"/> |
| 20 | + <item name="Counting Tags" href="./examples/counting-tags.html" /> |
| 21 | + <item name="Sample Taglist Report" href="./taglist.html" /> |
38 | 22 | </menu> |
39 | | - <menu ref="reports" inherit="bottom"/> |
40 | 23 | </body> |
41 | 24 | </project> |
0 commit comments