[MNG-4660] Increase usefulness of logging (2)#416
Closed
mthmulders wants to merge 5 commits intoapache:masterfrom
Closed
[MNG-4660] Increase usefulness of logging (2)#416mthmulders wants to merge 5 commits intoapache:masterfrom
mthmulders wants to merge 5 commits intoapache:masterfrom
Conversation
This was referenced Dec 23, 2020
michael-o
requested changes
Dec 23, 2020
michael-o
reviewed
Dec 24, 2020
michael-o
approved these changes
Dec 24, 2020
|
Resolve #6417 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When the user resumes a build (MNG-4660), they could see a message "Packaged artifact is not up-to-date compared to the build output directory". This could even be logged multiple times for one build. It was unclear why it was logged and what a user could do to address it. This change adds a little bit of detail to that message so it becomes more clear to the user what has happened and where to look for solutions. It also adds a few words so the user knows what Maven will decide to do to address the situation (i.e. resolve using build output directory or consider artifact "not found").
The integration test is updated as well.
ICLA and CCLA signed.