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

tallison pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_3x by this push:
     new a1c6135f5 TIKA-4471 -- fix i18n for new unit tests (#2319)
a1c6135f5 is described below

commit a1c6135f558e50052167b657069550e993f075cd
Author: tallison <[email protected]>
AuthorDate: Tue Sep 9 09:06:30 2025 -0400

    TIKA-4471 -- fix i18n for new unit tests (#2319)
    
    @{surefireArgLine} doesn't work in 3x. <face_palm/> sorry.
    
    (cherry picked from commit 9db2fb8777be0702bd7fc7e634ba725099b7faf6)
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 1c0a64154..89d6f72a9 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1308,7 +1308,7 @@
         <configuration>
           <!-- for manual testing of i18n, try for example: -Duser.language=zh 
-Duser.region=CN or
           -Duser.language=de -Duser.country=DE -->
-          <argLine>-Xmx4g -Djava.awt.headless=true @{surefireArgLine}</argLine>
+          <argLine>-Xmx4g -Djava.awt.headless=true</argLine>
         </configuration>
       </plugin>
       <plugin>

Reply via email to