zentol commented on a change in pull request #16595:
URL: https://github.com/apache/flink/pull/16595#discussion_r676972924
##########
File path: tools/azure-pipelines/build-nightly-dist.yml
##########
@@ -109,7 +109,7 @@ jobs:
</settings>
EOF
- export CUSTOM_OPTIONS="-Dgpg.skip -Drat.skip -Dcheckstyle.skip
-Dmaven.wagon.http.pool=false --settings $(pwd)/deploy-settings.xml"
+ export CUSTOM_OPTIONS="${MVN_GLOBAL_OPTIONS_WITHOUT_MIRROR}
-Dgpg.skip -Drat.skip -Dcheckstyle.skip --settings $(pwd)/deploy-settings.xml"
Review comment:
hmm..... -B makes no difference, -nsu is good because it can highlight
mistakes in the dependency setup. $PROFILE could be problematic because it
contains the scala switch :/
--
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]