yuxiqian commented on PR #3491:
URL: https://github.com/apache/flink-cdc/pull/3491#issuecomment-2254904642

   Seems CI is failing since 
https://github.com/apache/flink-cdc/commit/17ff659ff72e6d144e06256ed12162e604dc4804
 doesn't generate `test` jar by default, which is required by Paimon E2e tests. 
Some changes like
   
   ```xml
       <build>
           <plugins>
               <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-jar-plugin</artifactId>
                   <executions>
                       <execution>
                           <id>test-jar</id>
                           <goals>
                               <goal>test-jar</goal>
                           </goals>
                       </execution>
                   </executions>
               </plugin>
           </plugins>
       </build>
   ```
   might be necessary.


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

Reply via email to