This is an automated email from the ASF dual-hosted git repository.

vernedeng pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/inlong.git

commit 4e54e74981936c711d4a9580630b091c43d4fe5d
Author: Sting <zpen...@connect.ust.hk>
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)
    
    (cherry picked from commit 3534bd30fce547a8526d837e8a51166d14031f20)
---
 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 e2d0e75aa4..26800782e0 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>

Reply via email to