tomncooper commented on PR #161:
URL:
https://github.com/apache/flink-connector-kafka/pull/161#issuecomment-3106993926
Ok I am stumped? Locally I run (with maven 3.8.6 and java 17):
```shell
mvn clean deploy -U -B --no-transfer-progress -Dflink.version=2.0.0 \
-DaltDeploymentRepository=validation_repository::default::file:/tmp/flink-validation-deployment
\
-Dscala-2.12 \
-Prun-end-to-end-tests -DdistDir="$HOME/tools/flink/flink-2.0.0" \
-Dflink.convergence.phase=install -Pcheck-convergence \
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 \
-Dlog4j.configurationFile="file://$(pwd)/tools/ci/log4j.properties" \
| tee /tmp/mvn_build_output.out
```
Then the licence checker:
```shell
mvn -U -B --no-transfer-progress -Dflink.version=2.0.0 \
exec:java@check-license -N \
-Dexec.args="/tmp/mvn_build_output.out $(pwd)
/tmp/flink-validation-deployment" \
-Dhttp.keepAlive=false \
-Dmaven.wagon.http.pool=false \
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 \
-Dlog4j.configurationFile=file://$(pwd)/tools/ci/log4j.properties
```
Which as far as I can tell is what the CI is running and it passes?
--
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]