This is an automated email from the ASF dual-hosted git repository.
Bukama pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
The following commit(s) were added to refs/heads/master by this push:
new 273ca8b Remove "Built by Maven" section part II (#338)
273ca8b is described below
commit 273ca8bcde3f862107104df10a835d81dbed5330
Author: Matthias Bünger <[email protected]>
AuthorDate: Sat Jun 20 12:35:45 2026 +0200
Remove "Built by Maven" section part II (#338)
---
src/main/resources/META-INF/maven/site-macros.vm | 11 +++--------
src/main/resources/images/logos/MavenLogoLeaf.png | Bin 17708 -> 0 bytes
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/src/main/resources/META-INF/maven/site-macros.vm
b/src/main/resources/META-INF/maven/site-macros.vm
index 3bf9903..50e14b8 100644
--- a/src/main/resources/META-INF/maven/site-macros.vm
+++ b/src/main/resources/META-INF/maven/site-macros.vm
@@ -385,14 +385,9 @@ $indent </ul>##
##
#macro( builtByLogo $poweredBy )
#**##if( $poweredBy )
-#**##foreach( $item in $poweredBy )
-#* *##link( $item $null false "span" $null "builtBy" "builtBy" )
-
-#**##end
-#**##else
-#**#<a href="https://maven.apache.org/" class="builtBy" target="_blank">##
-#* *#<img class="builtBy" alt="$text.get( "template.builtby" ) Maven"
src="$relativePath/images/logos/MavenLogoLeaf.png" height="30px"
width="90px""/>##
-#**#</a>
+#* *##foreach( $item in $poweredBy )
+#* *##link( $item $null false "span" $null "builtBy" "builtBy" )
+#* *##end
#**##end
#end
##
diff --git a/src/main/resources/images/logos/MavenLogoLeaf.png
b/src/main/resources/images/logos/MavenLogoLeaf.png
deleted file mode 100644
index 36fcd85..0000000
Binary files a/src/main/resources/images/logos/MavenLogoLeaf.png and /dev/null
differ