PatrickRen commented on code in PR #3369: URL: https://github.com/apache/flink-cdc/pull/3369#discussion_r1625602137
########## flink-cdc-migration-tests/pom.xml: ########## @@ -19,13 +19,10 @@ limitations under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> Review Comment: Actually you can keep the <parent> section here. Removing `flink-cdc-migration-tests` from the <modules> section in the parent pom should be enough. ########## pom.xml: ########## @@ -40,7 +40,6 @@ limitations under the License. <module>flink-cdc-connect</module> <module>flink-cdc-runtime</module> <module>flink-cdc-e2e-tests</module> - <module>flink-cdc-migration-tests</module> Review Comment: Is it possible to use profiles to control whether to build `flink-cdc-migration-tests` module? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org