79490202

Date: 2025-03-06 17:31:27
Score: 1.5
Natty:
Report link

The issue you're encountering might be related to the system locale. You can try adding the following line in your pom.xml to set the system language to English, which can resolve template-related errors in pom.xml..

<argLine>-Duser.language=en</argLine>

This will ensure that the FreeMarker templates are processed correctly and might resolve the issue you're facing.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ali Özcan