greyp9 commented on PR #5980:
URL: https://github.com/apache/nifi/pull/5980#issuecomment-1104061751
Put this in the ticket; I'll also put it here. Useful one-liner to test new
module behavior:
```
export NIFI_CI_LOCALE="-Duser.language=ja -Duser.country=JP" && export
SUREFIRE_OPTS="-Duser.language=ja -Duser.country=JP -Duser.region=JP
-Duser.timezone=Asia/Tokyo" && export
MAVEN_OPTS="-DargLine=\${env.SUREFIRE_OPTS}" && mvn clean install -pl
:nifi-build
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]