MartijnVisser commented on code in PR #27722:
URL: https://github.com/apache/flink/pull/27722#discussion_r2873114614


##########
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:
   Definitely, but I needed a CI run first to see it, then deliberately mess it 
up somewhere to trigger it, and then fix it afterwards again



-- 
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]

Reply via email to