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 2022/04/23 15:59:21 UTC

[GitHub] [maven-surefire] shisheng-1 opened a new pull request, #526: How about turning off the default build reports generation feature

shisheng-1 opened a new pull request, #526:
URL: https://github.com/apache/maven-surefire/pull/526

   
   That report generation takes time, slowing down the overall build. Reports are definitely useful, but do you need them every time you run the build. We can conditionally disable generating test reports by setting `<disableXmlReport>true<disableXmlReport>`. If you need to generate reports, just add `-DcloseTestReports=false` to the end of mvn build command.
   
   =====================
   If there are any inappropriate modifications in this PR, please give me a reply and I will change them.
   


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

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-surefire] slawekjaranowski commented on pull request #526: How about turning off the default build reports generation feature

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on PR #526:
URL: https://github.com/apache/maven-surefire/pull/526#issuecomment-1119924921

   You change file which is content of one IT test ... what the improvement you get by it?
   I don't see usage of `closeTestReports` property in code ...


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

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-surefire] slawekjaranowski closed pull request #526: How about turning off the default build reports generation feature

Posted by GitBox <gi...@apache.org>.
slawekjaranowski closed pull request #526: How about turning off the default build reports generation feature
URL: https://github.com/apache/maven-surefire/pull/526


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

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-surefire] slawekjaranowski commented on pull request #526: How about turning off the default build reports generation feature

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on PR #526:
URL: https://github.com/apache/maven-surefire/pull/526#issuecomment-1138905610

   Thanks for your contribution. Sorry but I don't see value for this change.
   Please create issue and describe problem which you try to resolve.


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

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-surefire] slawekjaranowski commented on pull request #526: How about turning off the default build reports generation feature

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on PR #526:
URL: https://github.com/apache/maven-surefire/pull/526#issuecomment-1119922863

   Thanks for PR.
   - default template for PR is important - please preserve it
   


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

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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