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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2dad8d9  fix m-jarsigner-p rebuilds: require english locale
2dad8d9 is described below

commit 2dad8d963b0fb6a92cf121352373c093a8c8ca4f
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sat Jun 13 11:51:23 2026 +0200

    fix m-jarsigner-p rebuilds: require english locale
---
 check-plugins-maven4.sh             | 1 +
 src/site/markdown/plugins-maven4.md | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/check-plugins-maven4.sh b/check-plugins-maven4.sh
index 8e0cd4f..0268f01 100755
--- a/check-plugins-maven4.sh
+++ b/check-plugins-maven4.sh
@@ -27,6 +27,7 @@ LOG=$(pwd)/build
 mvnVersions="3.9.15 3.10.0-SNAPSHOT 4.0.0-rc-4 4.0.0-rc-5 4.0.0-SNAPSHOT"
 source "$HOME/.sdkman/bin/sdkman-init.sh"
 sdk use java 25
+export LANG=en
 #set -x
 #pushd $SRC/../core/maven-4.0.x && mvn 
-DdistributionTargetDir="$HOME/.sdkman/candidates/maven/4.0.0-SNAPSHOT" clean 
package && popd
 #pushd $SRC/../core/3.x/maven-3 && mvn 
-DdistributionTargetDir="$HOME/.sdkman/candidates/maven/3.10.0-SNAPSHOT" clean 
package && popd
diff --git a/src/site/markdown/plugins-maven4.md 
b/src/site/markdown/plugins-maven4.md
index 577b570..e32b420 100644
--- a/src/site/markdown/plugins-maven4.md
+++ b/src/site/markdown/plugins-maven4.md
@@ -82,7 +82,7 @@ WIP (should be in [Maven 
4.0.0-RC6](https://github.com/apache/maven/milestone/12
 | 
[maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin/tree/master)<br/>3.2.9-SNAPSHOT
 | :white_check_mark:<br/>01:23 m | :white_check_mark:<br/>01:30 m | 
:x:<br/>1.2 s | :white_check_mark:<br/>01:51 m | :white_check_mark:<br/>01:53 m 
|
 | 
[maven-help-plugin](https://github.com/apache/maven-help-plugin/tree/master)<br/>3.5.2-SNAPSHOT
 | :white_check_mark:<br/>39.3 s | :white_check_mark:<br/>49.0 s | :x:<br/>56.3 
s | :x:<br/>59.1 s | :x:<br/>01:04 m |
 | 
[maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin/tree/master)<br/>3.10.2-SNAPSHOT
 | :white_check_mark:<br/>03:00 m | :white_check_mark:<br/>03:57 m | 
:white_check_mark:<br/>04:44 m | :white_check_mark:<br/>04:58 m | 
:white_check_mark:<br/>05:07 m |
-| 
[maven-jarsigner-plugin](https://github.com/apache/maven-jarsigner-plugin/tree/master)<br/>3.1.1-SNAPSHOT
 | :x:<br/>4.5 s | :x:<br/>4.7 s | :x:<br/>4.3 s | :x:<br/>4.8 s | :x:<br/>4.7 
s |
+| 
[maven-jarsigner-plugin](https://github.com/apache/maven-jarsigner-plugin/tree/master)<br/>3.1.1-SNAPSHOT
 | :white_check_mark:<br/>19.3 s | :white_check_mark:<br/>22.5 s | 
:white_check_mark:<br/>24.2 s | :white_check_mark:<br/>26.4 s | 
:white_check_mark:<br/>26.4 s |
 | 
[maven-jdeprscan-plugin](https://github.com/apache/maven-jdeprscan-plugin/tree/master)<br/>3.0.1-SNAPSHOT
 | :white_check_mark:<br/>13.8 s | :white_check_mark:<br/>16.3 s | :x:<br/>16.2 
s | :x:<br/>17.4 s | :x:<br/>18.0 s |
 | 
[maven-remote-resources-plugin](https://github.com/apache/maven-remote-resources-plugin/tree/master)<br/>3.3.1-SNAPSHOT
 | :white_check_mark:<br/>32.2 s | :white_check_mark:<br/>34.2 s | 
:white_check_mark:<br/>43.3 s | :white_check_mark:<br/>46.2 s | 
:white_check_mark:<br/>47.5 s |
 | 
[maven-scm-publish-plugin](https://github.com/apache/maven-scm-publish-plugin/tree/master)<br/>3.3.1-SNAPSHOT
 | :white_check_mark:<br/>19.0 s | :white_check_mark:<br/>22.4 s | :x:<br/>16.7 
s | :x:<br/>18.1 s | :x:<br/>19.9 s |

Reply via email to