Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve MAVEN build Performance #136

Merged
merged 1 commit into from
Jan 18, 2022
Merged

Conversation

hongdongni
Copy link
Contributor

@hongdongni hongdongni commented Dec 9, 2021

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 change is Reviewable

@coveralls
Copy link

Coverage Status

Coverage remained the same at 78.198% when pulling 888aae9 on hongdongni:Modify_MAVEN_1 into 4707d4e on JavaMoney:master.

@keilw keilw merged commit d003d09 into JavaMoney:master Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants