You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/01/17 21:33:42 UTC

[GitHub] [maven-surefire] Tibor17 commented on issue #262: Refer to correct property in skipping-tests doc

Tibor17 commented on issue #262: Refer to correct property in skipping-tests doc
URL: https://github.com/apache/maven-surefire/pull/262#issuecomment-575803124
 
 
   This is a missunderstanding because `skipTests` is meant to be related to the unit tests and thus the `maven-surefire-plugin`. We know that `skipTests` is also utilized by `maven-failsafe-plugin` but that's wrong design which was confirmed by the emeritus developers of surefire. The problem with this design is the fact that you are not able to skipt unit tests and ITs totally separatelly. So it is worth not to present this detail in the documentation and it is worth to recommend using `skipITs` for `maven-failsafe-plugin` and consider the `skipTests` in `maven-failsafe-plugin` as a design issue. We have a JIRA ticket for this incident.

----------------------------------------------------------------
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


With regards,
Apache Git Services