Re: Flink-1.18 mvn test error

2023-11-10 Thread zbz-163
Hi,Yuxin Tan: Thank you very much. My problem has been resolved. Best, Zbz

Re: Flink-1.18 mvn test error

2023-11-09 Thread Yuxin Tan
Hi, zhao, IIRC, it seems that the error occurred because you ran the test before packaging. While running in flink-clients/pom.xml, maven can not find the packages. Based on your command, it seems that you want to run the tests. Have you tried running "mvn clean package" or "mvn clean install" d

Flink-1.18 mvn test error

2023-11-08 Thread zbz-163
Dear Flink Community, I am using Java 1.8.0_ 202 and Maven 3.8.8 build Flink 1.18, but encountered an error : ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.2.0:copy-dependencies (copy-dependencies) on project flink-clients: Artifact has not been packaged