[jira] Commented: (MNG-732) Improve plugin configuration property merge algorithm

2005-08-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-732?page=comments#action_45382 ] Brett Porter commented on MNG-732: -- I thought inherited=true was the default too, but I do remember we discussed the pros and cons and I trust John to have implemented what we agreed at

[jira] Commented: (MNG-732) Improve plugin configuration property merge algorithm

2005-08-28 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-732?page=comments#action_45371 ] Vincent Massol commented on MNG-732: No, it was just me not knowing how to use it. I had somehow imagine inheritance would have been automatic and you would only need to specify an at

[jira] Commented: (MNG-732) Improve plugin configuration property merge algorithm

2005-08-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-732?page=comments#action_45357 ] Brett Porter commented on MNG-732: -- Vincent, please reopen if you think it is not working. How does your use case differ from it0060? Can you enhance the it? > Improve plugin configurat

[jira] Commented: (MNG-732) Improve plugin configuration property merge algorithm

2005-08-28 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-732?page=comments#action_45353 ] Vincent Massol commented on MNG-732: John, I'm trying to use this feature with the example above and when I run my build with -X I get: [DEBUG] Setting system property [cargo.contai

[jira] Commented: (MNG-732) Improve plugin configuration property merge algorithm

2005-08-14 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-732?page=comments#action_2 ] Vincent Massol commented on MNG-732: yes, an override attribute sounds good so that merge is the default. > Improve plugin configuration property merge algorithm > ---

[jira] Commented: (MNG-732) Improve plugin configuration property merge algorithm

2005-08-14 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-732?page=comments#action_44438 ] Brett Porter commented on MNG-732: -- yes, this is the first TODO. I guess the reason I haven't jumped in is that we might need to consider whether it needs to be able to override in some

[jira] Commented: (MNG-732) Improve plugin configuration property merge algorithm

2005-08-13 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-732?page=comments#action_44410 ] Vincent Massol commented on MNG-732: I think I may have traced it to line 278 of ModelUtils in maven-core: Xpp3Dom childConfiguration = (Xpp3Dom) child.getConfiguration();