Re: PrepareReleaseMojo

2005-11-30 Thread Wim Deblauwe
evert" to cancel your local modifications.EmmanuelWim Deblauwe a écrit :> Hi,>> I noticed that to solve the nullpointer that happens in> PrepareReleaseMojo, there are currently 2 solutions: >> - mine: initialize pomFiles directely> - other: check if pomFiles is null and then

Re: PrepareReleaseMojo

2005-11-30 Thread Emmanuel Venisse
eblauwe a écrit : Hi, I noticed that to solve the nullpointer that happens in PrepareReleaseMojo, there are currently 2 solutions: - mine: initialize pomFiles directely - other: check if pomFiles is null and then assign new ArrayList() to it. we should only keep one of these solutions. regards, Wim