You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/05/26 05:23:58 UTC

[maven-surefire] 01/01: [SUREFIRE-2081] Improve site configuration

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch SUREFIRE-2067
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit fbe347b1367f37b28a223c15af7b7a95891ec0c8
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu May 26 07:20:46 2022 +0200

    [SUREFIRE-2081] 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
---
 src/site/site.xml | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 256a88cad..c71c7c0e7 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -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>
@@ -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>