You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/05/31 08:48:05 UTC

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #155: IGNITE-14798 Exclude the test phase when maven.test.skip is set true

SammyVimes commented on a change in pull request #155:
URL: https://github.com/apache/ignite-3/pull/155#discussion_r642324089



##########
File path: parent/pom.xml
##########
@@ -467,6 +468,53 @@
             </build>
         </profile>
 
+        <!--
+            Profile that activates automatically when maven.test.skip is set to true and excludes the test phase
+        -->
+        <profile>
+            <id>skip-all-tests</id>
+            <activation>
+                <property>
+                    <name>maven.test.skip</name>
+                    <value>true</value>

Review comment:
       I'd prefer to keep this explicit as it is so in maven's documentation




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org