This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new 3c175c8b9 Use Maven site plugin 3.22.0 and setup mermaid diagrams
(#3358)
3c175c8b9 is described below
commit 3c175c8b980e105442d3d10e8b18148b6f69c9b8
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon May 25 06:59:31 2026 +1000
Use Maven site plugin 3.22.0 and setup mermaid diagrams (#3358)
* Site plugin 3.22.0
Signed-off-by: Olivier Lamy <[email protected]>
* remove staging repo used for testing
Signed-off-by: Olivier Lamy <[email protected]>
---------
Signed-off-by: Olivier Lamy <[email protected]>
---
maven-surefire-plugin/src/site/site.xml | 4 ++++
pom.xml | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/maven-surefire-plugin/src/site/site.xml
b/maven-surefire-plugin/src/site/site.xml
index f11406a53..c4d8e0370 100644
--- a/maven-surefire-plugin/src/site/site.xml
+++ b/maven-surefire-plugin/src/site/site.xml
@@ -22,6 +22,10 @@
<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
+ <mermaid>
+ <externalJsUrl
integrity="sha512-/yppbXbmq0NnMz+OhfzrvQDSePwPAixE8Ywi8U7KayJPv5ZFVYo7bzBgkR5V6OQ/8YHEh/gPMarWD+6ZIuNj5A=="
otherAttributes="fetchpriority="high"">https://cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js</externalJsUrl>
+ </mermaid>
+
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
diff --git a/pom.xml b/pom.xml
index 25f9c8a32..e05716536 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,6 +291,11 @@
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.27</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.22.0</version>
+ </plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.5</version>