Skip to content

Commit bce6b43

Browse files
[SUREFIRE-2067] Improve site configuration
- use banners from parent pom - use maven-fluido-skin version from parent - tob/side bar configuration from parent - remove dead link to privacy
1 parent ec47652 commit bce6b43

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

src/site/site.xml

+1-21
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,8 @@
2121

2222
<project name="Surefire">
2323

24-
<bannerLeft>
25-
<name>${project.name}</name>
26-
<src>http://maven.apache.org/images/apache-maven-project.png</src>
27-
<href>http://maven.apache.org/</href>
28-
</bannerLeft>
29-
<bannerRight>
30-
<src>http://maven.apache.org/images/maventxt_logo_200.gif</src>
31-
</bannerRight>
32-
33-
<skin>
34-
<groupId>org.apache.maven.skins</groupId>
35-
<artifactId>maven-fluido-skin</artifactId>
36-
<version>1.9</version>
37-
</skin>
38-
3924
<custom>
4025
<fluidoSkin>
41-
<topBarEnabled>true</topBarEnabled>
42-
<sideBarEnabled>true</sideBarEnabled>
43-
<googleSearch>
44-
<sitesearch>${project.url}</sitesearch>
45-
</googleSearch>
4626
<gitHub>
4727
<projectId>apache/maven-surefire</projectId>
4828
<ribbonOrientation>right</ribbonOrientation>
@@ -64,7 +44,7 @@
6444

6545
<footer>
6646
<![CDATA[
67-
<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>
47+
<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>
6848
]]>
6949
</footer>
7050
</body>

0 commit comments

Comments
 (0)