Discussion:
[GitHub] eolivelli commented on issue #206: SUREFIRE-1610: Add skipUTs flag to SurefirePlugin
GitBox
2018-12-09 19:08:01 UTC
Permalink
eolivelli commented on issue #206: SUREFIRE-1610: Add skipUTs flag to SurefirePlugin
URL: https://github.com/apache/maven-surefire/pull/206#issuecomment-445562765


I didn't tested it but you could remap skipTests parameter of failsafe to another property choosen by you.

In failsafe or surefire configuration:
<skip>${skipThisPlugin}<skip>

And play with such property using a profile

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

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


With regards,
Apache Git Services
GitBox
2018-12-09 17:56:19 UTC
Permalink
eolivelli commented on issue #206: SUREFIRE-1610: Add skipUTs flag to SurefirePlugin
URL: https://github.com/apache/maven-surefire/pull/206#issuecomment-445557758


Why don't you run mvn test instead of mvn verify?

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

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


With regards,
Apache Git Services
GitBox
2018-12-09 18:25:40 UTC
Permalink
eolivelli commented on issue #206: SUREFIRE-1610: Add skipUTs flag to SurefirePlugin
URL: https://github.com/apache/maven-surefire/pull/206#issuecomment-445559769


You could have 'profile' in which you are disabling surefire.
So
mvn verify -Prun-its

Where 'run-its' is a profile in which surefire is disabled

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

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


With regards,
Apache Git Services

Loading...