Skip to content

Commit

Permalink
[SUREFIRE-2067] Improve site configuration
Browse files Browse the repository at this point in the history
- use banners from parent pom
- use maven-fluido-skin version from parent
- tob/side bar configuration from parent
- remove dead link to privacy
  • Loading branch information
slawekjaranowski committed May 27, 2022
1 parent ec47652 commit bce6b43
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions src/site/site.xml
Expand Up @@ -21,28 +21,8 @@

<project name="Surefire">

<bannerLeft>
<name>${project.name}</name>
<src>http://maven.apache.org/images/apache-maven-project.png</src>
<href>http://maven.apache.org/</href>
</bannerLeft>
<bannerRight>
<src>http://maven.apache.org/images/maventxt_logo_200.gif</src>
</bannerRight>

<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>
</skin>

<custom>
<fluidoSkin>
<topBarEnabled>true</topBarEnabled>
<sideBarEnabled>true</sideBarEnabled>
<googleSearch>
<sitesearch>${project.url}</sitesearch>
</googleSearch>
<gitHub>
<projectId>apache/maven-surefire</projectId>
<ribbonOrientation>right</ribbonOrientation>
Expand All @@ -64,7 +44,7 @@

<footer>
<![CDATA[
<p>Apache ${project.name}, ${project.name}, Apache, the Apache feather logo, and the Apache ${project.name} project logos are trademarks of The Apache Software Foundation. <a href="${project.url}privacy-policy.html">Privacy Policy</a></p>
<p>Apache ${project.name}, ${project.name}, Apache, the Apache feather logo, and the Apache ${project.name} project logos are trademarks of The Apache Software Foundation.</p>
]]>
</footer>
</body>
Expand Down

0 comments on commit bce6b43

Please sign in to comment.