We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8332b0 commit d569431Copy full SHA for d569431
src/site/site.xml
@@ -1,8 +1,12 @@
1
-<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">
+<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">
+
4
+ <bannerLeft href="https://codehaus-plexus.github.io/">
5
+ <image src="https://codehaus-plexus.github.io/images/plexus-logo-trans.png" alt="Plexus" />
6
+ </bannerLeft>
7
8
<body>
9
<menu ref="parent"/>
10
<menu ref="modules"/>
11
</body>
-</project>
12
+</site>
0 commit comments