We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcc0fc commit 6999419Copy full SHA for 6999419
src/site/site.xml
@@ -1,4 +1,15 @@
1
-<project name="Plexus Interpolation" xmlns="http://maven.apache.org/DECORATION/1.0.0"
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
2
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
4
+ <body>
5
+ <menu name="Overview">
6
+ <item name="Introduction" href="index.html"/>
7
+ <item name="JavaDocs" href="apidocs/index.html"/>
8
+ <item name="Source Xref" href="xref/index.html"/>
9
+ <!--item name="FAQ" href="faq.html"/-->
10
+ </menu>
11
+
12
+ <menu ref="parent"/>
13
+ <menu ref="reports"/>
14
+ </body>
15
</project>
0 commit comments