Reduce log noise of Maven plugin and extensions#1833
Conversation
Signed-off-by: nscuro <nscuro@protonmail.com>
There was a problem hiding this comment.
Pull request overview
This PR reduces Maven-related log noise by adjusting build-cache behavior for make clean and by lowering log levels for noisy Maven extension/plugin components via Maven JVM options.
Changes:
- Disable Maven build cache for the
make cleantarget to avoid build-cache-related chatter during clean runs. - Add
.mvn/jvm.configto reduce logging verbosity for the Maven build-cache extension and OpenAPI Generator.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Makefile | Disables Maven build cache for clean to reduce build output noise. |
| .mvn/jvm.config | Sets SLF4J SimpleLogger levels for org.apache.maven.buildcache and org.openapitools.codegen to reduce verbosity. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Description
Reduces log noise of Maven plugin and extensions.
Addressed Issue
N/A
Additional Details
N/A
Checklist
This PR fixes a defect, and I have provided tests to verify that the fix is effectiveThis PR implements an enhancement, and I have provided tests to verify that it works as intendedThis PR introduces changes to the database model, and I have updated the migration changelog accordinglyThis PR introduces new or alters existing behavior, and I have updated the documentation accordingly