This is an automated email from the ASF dual-hosted git repository.
zirui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 3534bd30fc [INLONG-8549][Sort] Fix incorrect use of maven plugin on
integration test among sort-end-to-end-tests (#8551)
3534bd30fc is described below
commit 3534bd30fce547a8526d837e8a51166d14031f20
Author: Sting <[email protected]>
AuthorDate: Tue Jul 18 10:15:27 2023 +0800
[INLONG-8549][Sort] Fix incorrect use of maven plugin on integration test
among sort-end-to-end-tests (#8551)
---
inlong-sort/sort-end-to-end-tests/pom.xml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/inlong-sort/sort-end-to-end-tests/pom.xml
b/inlong-sort/sort-end-to-end-tests/pom.xml
index 6afee53383..73fa404489 100644
--- a/inlong-sort/sort-end-to-end-tests/pom.xml
+++ b/inlong-sort/sort-end-to-end-tests/pom.xml
@@ -179,13 +179,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <version>${plugin.failsafe.version}</version>
<executions>
<execution>
<id>end-to-end-tests</id>
- <goals>
- <goal>test</goal>
- </goals>
<phase>integration-test</phase>
<configuration>
<includes>