This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch MNGSITE-503_security.txt
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/MNGSITE-503_security.txt by
this push:
new 847424b1 Monkey patch for Locale#ROOT
847424b1 is described below
commit 847424b1861993fa2f3543b54532bbc2b159a128
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Dec 10 21:25:15 2022 +0100
Monkey patch for Locale#ROOT
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index a7d46e96..ce4e70b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,6 +251,8 @@
<configuration>
<name>maven.security.expires</name>
<pattern>yyyy-MM-dd'T'HH:mm:ssXXX</pattern>
+ <!-- This ulgy Plexus magic will be coerced in the plugin to
Locale#ROOT -->
+ <locale xml:space="preserve"> </locale>
<offset>+1</offset>
<unit>year</unit>
</configuration>