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

mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new aca756c5 Add a page with logos (#1459)
aca756c5 is described below

commit aca756c5020050d66b41e2776b4e4a63b4afad0b
Author: Matthias Bünger <[email protected]>
AuthorDate: Fri Nov 14 08:48:13 2025 +0100

    Add a page with logos (#1459)
    
    For an easier way to show what logos needs to be changed and to track the 
progress, I was asked to create a small page, showing all effected logos.
    
    I also added a navigation entry for direct access. We can decide if we 
remove it after migration.
---
 content/markdown/logoupdate.md | 41 +++++++++++++++++++++++++++++++++++++++++
 content/site.xml               |  1 +
 2 files changed, 42 insertions(+)

diff --git a/content/markdown/logoupdate.md b/content/markdown/logoupdate.md
new file mode 100644
index 00000000..219b9165
--- /dev/null
+++ b/content/markdown/logoupdate.md
@@ -0,0 +1,41 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Updating Maven logo
+
+In September 2025 the ASF [announced a new logo for the 
foundation](https://news.apache.org/foundation/entry/introducing-the-asfs-new-logo)
 the "oak leaf" as a replacement for the long year known feather.
+
+As a result, the Maven project needs to update its logo. 
+This page lists all affected logos, which need recreated by a professional.
+
+ Number | Format |                              Icon                           
    |                                                    Source File            
                                        |
+|:-------|:------:|:---------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|
+| 1      |  PNG   | 
![apache-maven-project.png](./images/apache-maven-project.png) |       
`https://github.com/apache/maven-site/blob/master/content/resources/images/apache-maven-project.png`
        |
+| 2.1    |  PNG   | 
![maven-logo-black-on-white.png](./images/maven-logo-black-on-white.png) |     
`https://github.com/apache/maven-site/blob/master/content/resources/images/maven-logo-black-on-white.png`
     |
+| 2.2    |  SVG   | 
![maven-logo-black-on-white.purevec.svg](./images/maven-logo-black-on-white.purevec.svg)
 | 
`https://github.com/apache/maven-site/blob/master/content/resources/images/maven-logo-black-on-white.purevec.svg`
 |
+| 3.1    |  PNG   | 
![maven-logo-white-on-black.png](./images/maven-logo-white-on-black.png) |     
`https://github.com/apache/maven-site/blob/master/content/resources/images/maven-logo-white-on-black.png`
     |
+| 3.2    |  SVG   | 
![maven-logo-white-on-black.purevec.svg](./images/maven-logo-white-on-black.purevec.svg)
 | 
`https://github.com/apache/maven-site/blob/master/content/resources/images/maven-logo-white-on-black.purevec.svg`
 |
+| 4      |  PNG   | 
![maven-feather.png](https://maven.apache.org/images/logos/maven-feather.png) | 
   
`https://github.com/apache/maven-fluido-skin/blob/master/src/main/resources/images/logos/maven-feather.png`
    |
+
+*Note*: For 1 and 4 no SVG is available.
+
+As you can see, two images need small additional changes aside replacing the 
feather with the oak leaf:
+
+* Logo #1: This also needs an update from "http" to "https"
+* Logo #4: This should be updated so the text “Maven” matches the other logos: 
Crossed feathers/leafs as the "v" and no highlighted "a" or feather/leaf on top 
of it.
diff --git a/content/site.xml b/content/site.xml
index baa70c8e..f682ac58 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -214,6 +214,7 @@ under the License.
         </item>
       </item>
       <item name="Books and Resources" href="/articles.html"/>
+      <item name="New logos for Maven" href="/logoupdate.html"/>
     </menu>
 
     <menu name="Community">

Reply via email to