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
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