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:28:07 UTC

[maven-surefire] branch SUREFIRE-2067 updated (fbe347b13 -> fd30df128)

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

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


 discard fbe347b13 [SUREFIRE-2081] Improve site configuration
     new fd30df128 [SUREFIRE-2067] Improve site configuration

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fbe347b13)
            \
             N -- N -- N   refs/heads/SUREFIRE-2067 (fd30df128)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


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

Posted by sj...@apache.org.
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 fd30df1288165e2a9b49b9b50901f38bce488450
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu May 26 07:20:46 2022 +0200

    [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
---
 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>