Don't overwrite blank (but non-empty) dominant values during mergeXpp3Dom#213
Conversation
|
I wonder what will fail with current downstream consumer tests |
Any particular tests you have in mind? I will try to run Maven ITs against this change. |
Run this patched version against Core plugins ITs. |
|
I'd like to run tests on plugins. Does it suffice to update Maven Core with this patch? |
|
I modified Maven master to define |
Good, I will repeat with several core plugin ITs with 3.9.0-SNAPSHOT tomorrow. Will this PR completely cover the downstream Maven issue? |
No, it just allows to apply a workaround by giving a blank value in the plugin configuration to disable the default handling (FTR: the downstream issue is https://issues.apache.org/jira/browse/MNG-6434). |
…in case it is blank (codehaus-plexus#212) This fixes codehaus-plexus#212 and closes codehaus-plexus#213
ce417d5 to
748933c
Compare
|
|
Compare with #212