the-other-tim-brown commented on code in PR #6170:
URL: https://github.com/apache/hudi/pull/6170#discussion_r950179930
##########
.github/workflows/bot.yml:
##########
@@ -9,6 +9,8 @@ on:
branches:
- master
- 'release-*'
+env:
+ MVN_ARGS: -ntp -B -V -Pwarn-log
-Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.shade=warn
-Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.dependency=warn
Review Comment:
I've tried debugging this for a couple of hours but it looks like maven will
not pick up our properties file so I am going to revert back to manually
specifying the strings in the build file
--
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]