When specifying <configuration> mergeConfiguration nullpointers
---------------------------------------------------------------

         Key: MNG-316
         URL: http://jira.codehaus.org/browse/MNG-316
     Project: m2
        Type: Bug
  Components: maven-core  
    Versions: 2.0-alpha-2    
 Environment: any
    Reporter: Kenney Westerhof
     Fix For: 2.0-alpha-2
 Attachments: MNG-xxx-patch.gz

When defining a <configuration> section in build/plugins/plugin in the POM
for a plugin you want to use, m2 nullpointers. It got broken on 2005-04-15.

See http://rafb.net/paste/results/qFMXCJ39.html for the dump.

Somehow the default plugin configuration object is null, and is not
handled. This does not pose any problems except in 
Xpp3DomUtils.mergeIntoXpp3Dom.
A possible fix is to check for null there - don't know if this is
the right place to do this, but it solved this issue. See attached
fix. (don't know issue number yet, so I used xxx).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to