This is an automated email from the ASF dual-hosted git repository.
jark pushed a commit to branch ci-flink-2.1
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/ci-flink-2.1 by this push:
new 3ce18e7ec nightly
3ce18e7ec is described below
commit 3ce18e7ec819527b50ed8a7098f0c6bb5458a616
Author: Jark Wu <[email protected]>
AuthorDate: Sat Aug 23 22:40:09 2025 +0800
nightly
---
fluss-test-coverage/pom.xml | 41 +++++++++++++++++++++++++++++++++++++++--
1 file changed, 39 insertions(+), 2 deletions(-)
diff --git a/fluss-test-coverage/pom.xml b/fluss-test-coverage/pom.xml
index 68f4080d5..c9bc44a62 100644
--- a/fluss-test-coverage/pom.xml
+++ b/fluss-test-coverage/pom.xml
@@ -160,13 +160,50 @@
<directory>${project.basedir}/../</directory>
<includes>
<include>fluss-flink/**/target/classes/**</include>
+ </includes>
+ <excludes>
+
<exclude>fluss-test-coverage/**</exclude>
+
<exclude>fluss-test-utils/**</exclude>
+ </excludes>
+ </resource>
+ </resources>
+
<outputDirectory>${project.build.directory}/classes</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>test-lake</id>
+ <build>
+ <plugins>
+ <!-- required by jacoco for the goal: check to work -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-class-files</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <overwrite>false</overwrite>
+ <resources>
+ <resource>
+
<directory>${project.basedir}/../</directory>
+ <includes>
<include>fluss-lake/**/target/classes/**</include>
+
<include>fluss-flink/fluss-flink-1.19/**/target/classes/**</include>
+
<include>fluss-flink/fluss-flink-1.18/**/target/classes/**</include>
</includes>
<excludes>
<exclude>fluss-test-coverage/**</exclude>
<exclude>fluss-test-utils/**</exclude>
-
<exclude>fluss-flink/**</exclude>
-
<exclude>fluss-flink/**/target/classes/com/alibaba/fluss/flink/adapter/**</exclude>
</excludes>
</resource>
</resources>