We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9ab04 commit 4a83b1dCopy full SHA for 4a83b1d
src/site/site.xml
@@ -1,7 +1,7 @@
1
-<project name="Plexus Interpolation" 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>
+<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
+
+<body>
5
<menu name="Overview">
6
<item name="Introduction" href="index.html"/>
7
<item name="JavaDocs" href="apidocs/index.html"/>
@@ -12,4 +12,4 @@
12
<menu ref="parent"/>
13
<menu ref="reports"/>
14
</body>
15
-</project>
+</site>
0 commit comments