We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4329770 commit 221f0b5Copy full SHA for 221f0b5
src/site/site.xml
@@ -23,10 +23,14 @@ under the License.
23
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
24
name="Apache Maven">
25
26
- <bannerLeft href="https://maven.apache.org/">
27
- <image src="https://maven.apache.org/images/apache-maven-project.png" alt="Apache Maven" />
+ <bannerLeft href="https://www.apache.org/">
+ <image src="https://maven.apache.org/images/apache-maven-project-light-theme.svg" width="489px" height="51px"/>
28
</bannerLeft>
29
30
+ <bannerRight href="https://maven.apache.org/">
31
+ <image src="https://maven.apache.org/images/logos/MavenLogoLeafSmall.png"/>
32
+ </bannerRight>
33
+
34
<edit>${project.scm.url}</edit>
35
36
<body>
0 commit comments