Remove clean goal from build and install make targets#1821
Conversation
Signed-off-by: Niklas <nscuro@protonmail.com>
There was a problem hiding this comment.
Pull request overview
Updates the project’s developer build workflow by stopping make build and make install from implicitly running a Maven clean, relying instead on the existing dedicated make clean target.
Changes:
- Remove
cleanfrom the Maven invocation in thebuildmake target. - Remove
cleanfrom the Maven invocation in theinstallmake target.
💡 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 preferencesFootnotes
|
Description
Remove clean goal from build and install make targets.
There is a separate
cleanmake target already.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 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