snuyanzin commented on code in PR #27722:
URL: https://github.com/apache/flink/pull/27722#discussion_r2872893967
##########
tools/ci/compile.sh:
##########
@@ -60,7 +60,7 @@ EXIT_CODE=0
# run with -T1 because our maven output parsers don't support multi-threaded
builds
$MVN clean deploy
-DaltDeploymentRepository=validation_repository::default::file:$MVN_VALIDATION_DIR
-Dflink.convergence.phase=install -Pcheck-convergence \
- -Dmaven.javadoc.skip=true -U -DskipTests "${@}" -T1 | tee
$MVN_CLEAN_COMPILE_OUT
+ -Dmaven.javadoc.skip=true -U -DskipTests
-Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.shade=DEBUG "${@}" -T1 |
tee $MVN_CLEAN_COMPILE_OUT
Review Comment:
can we check that `LicenseChecker` still works after that?
--
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]