You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2021/06/28 09:27:30 UTC

[ignite-3] branch main updated: IGNITE-15016 Remove integration tests execution if maven.test.skip is set (#187)

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

ibessonov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 8c7912d  IGNITE-15016 Remove integration tests execution if maven.test.skip is set (#187)
8c7912d is described below

commit 8c7912d7823096d4ddaae61f2af01ae19d4810c4
Author: Semyon Danilov <sa...@yandex.ru>
AuthorDate: Mon Jun 28 12:27:22 2021 +0300

    IGNITE-15016 Remove integration tests execution if maven.test.skip is set (#187)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8de7554..eab9068 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -636,7 +636,7 @@
                         <artifactId>maven-failsafe-plugin</artifactId>
                         <executions>
                             <execution>
-                                <id>default-test</id>
+                                <id>default</id>
                                 <phase>none</phase>
                             </execution>
                         </executions>