This is an automated email from the ASF dual-hosted git repository.
JackieTien97 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new af48621d287 Remove dead surefire executions in root pom (#17696)
af48621d287 is described below
commit af48621d287042c86b3cfa529e4eb7788e1adc29
Author: Jackie Tien <[email protected]>
AuthorDate: Tue May 19 10:42:18 2026 +0800
Remove dead surefire executions in root pom (#17696)
---
pom.xml | 42 ------------------------------------------
1 file changed, 42 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6fad8ff9407..c960a8d4476 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1301,48 +1301,6 @@
</execution>
</executions>
</plugin>
- <!-- Separates the unit tests from the integration tests. -->
- <!-- TODO: Integration-Tests should be executed by the failsafe
plugin -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <executions>
- <execution>
- <id>unit-tests</id>
- <goals>
- <goal>test</goal>
- </goals>
- <phase>test</phase>
- <configuration>
- <includes>
- <!-- Include unit tests within
integration-test phase. -->
- <include>src/test/**/*Test.java</include>
- </includes>
- <excludes>
- <!-- Exclude integration tests within (unit)
test phase. -->
- <exclude>src/test/**/*IT.java</exclude>
- </excludes>
- </configuration>
- </execution>
- <execution>
- <id>integration-tests</id>
- <goals>
- <goal>test</goal>
- </goals>
- <phase>integration-test</phase>
- <configuration>
- <includes>
- <!-- Include integration tests within
integration-test phase. -->
- <include>src/test/**/*IT.java</include>
- </includes>
- <excludes>
- <!-- Exclude unit tests within (unit) test
phase. -->
- <exclude>src/test/**/*Test.java</exclude>
- </excludes>
- </configuration>
- </execution>
- </executions>
- </plugin>
<!-- Also package the sources as jar -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>