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 2021/01/18 10:02:07 UTC

[GitHub] [maven-surefire] tobiasstadler opened a new pull request #331: [SUREFIRE-1876] Added support for skipping unit test execution not affecting integration test execution

tobiasstadler opened a new pull request #331:
URL: https://github.com/apache/maven-surefire/pull/331


   


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



[GitHub] [maven-surefire] Tibor17 commented on pull request #331: [SUREFIRE-1876] Added support for skipping unit test execution not affecting integration test execution

Posted by GitBox <gi...@apache.org>.
Tibor17 commented on pull request #331:
URL: https://github.com/apache/maven-surefire/pull/331#issuecomment-764556997


   I meant splitting the plugin configurations, not spliting the projects.


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



[GitHub] [maven-surefire] tobiasstadler commented on pull request #331: [SUREFIRE-1876] Added support for skipping unit test execution not affecting integration test execution

Posted by GitBox <gi...@apache.org>.
tobiasstadler commented on pull request #331:
URL: https://github.com/apache/maven-surefire/pull/331#issuecomment-764537096


   Splitting the plugin would also solve my problem. Do you know when this will happen?


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



[GitHub] [maven-surefire] tobiasstadler commented on pull request #331: [SUREFIRE-1876] Added support for skipping unit test execution not affecting integration test execution

Posted by GitBox <gi...@apache.org>.
tobiasstadler commented on pull request #331:
URL: https://github.com/apache/maven-surefire/pull/331#issuecomment-769650598


   Yes, I am using the following surefire configuration at the moment:
   ```
   <configuration>
       <skipTests>${skipUTs}</skipTests>
   </configuration>
   ```
   
   But I think it is more convenient if it was built into the plugin.


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



[GitHub] [maven-surefire] Tibor17 commented on pull request #331: [SUREFIRE-1876] Added support for skipping unit test execution not affecting integration test execution

Posted by GitBox <gi...@apache.org>.
Tibor17 commented on pull request #331:
URL: https://github.com/apache/maven-surefire/pull/331#issuecomment-762823393


   We are aiming for splitting both plugins, so that each of them would be controlled by unique property. But i think we do not have to create a new property.


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



[GitHub] [maven-surefire] Tibor17 commented on pull request #331: [SUREFIRE-1876] Added support for skipping unit test execution not affecting integration test execution

Posted by GitBox <gi...@apache.org>.
Tibor17 commented on pull request #331:
URL: https://github.com/apache/maven-surefire/pull/331#issuecomment-764556997


   I meant splitting the plugin configurations, not spliting the projects.


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



[GitHub] [maven-surefire] tobiasstadler commented on pull request #331: [SUREFIRE-1876] Added support for skipping unit test execution not affecting integration test execution

Posted by GitBox <gi...@apache.org>.
tobiasstadler commented on pull request #331:
URL: https://github.com/apache/maven-surefire/pull/331#issuecomment-764537096


   Splitting the plugin would also solve my problem. Do you know when this will happen?


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