ryenus created MNG-6722:
---------------------------
Summary: explicit "mvn test" should ignore maven.test.skip or
skipTests
Key: MNG-6722
URL: https://issues.apache.org/jira/browse/MNG-6722
Project: Maven
Issue Type: Bug
Components: Command Line
Environment: Apache Maven 3.6.1
(d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-05T03:00:29+08:00)
Reporter: ryenus
When commands like `mvn package` or `mvn install` is executed, it makes much
sense to skip the test phase if `maven.test.skip` or `skipTests` are set.
But when `mvn test` is explicitly executed, I believe the test phase should be
activated as if those options are ignored.
Thanks!
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)