Re: MRESOURCES-231

2016-11-24 Thread Dan Tran
it is the only way to represent empty string under XML -Dan On Thu, Nov 24, 2016 at 12:35 AM, Christian Schulte wrote: > Am 11/24/16 um 02:40 schrieb Dan Tran: > > ∅ ? > > That is working indeed! Thanks. Is this something official - the way to > go - I can tell the reporter of the issue? > >

Re: MRESOURCES-231

2016-11-24 Thread Christian Schulte
Am 11/24/16 um 02:40 schrieb Dan Tran: > ∅ ? That is working indeed! Thanks. Is this something official - the way to go - I can tell the reporter of the issue? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For addit

Re: MRESOURCES-231

2016-11-23 Thread Dan Tran
∅ ? On Wed, Nov 23, 2016 at 3:37 PM, Christian Schulte wrote: > If there is > > @Parameter( defaultValue = "\\" ) > protected String escapeString; > > in a plugin, how can I set the field to null or an empty string? > I tried '' and '' but that > still leads to the field being set to the

MRESOURCES-231

2016-11-23 Thread Christian Schulte
If there is @Parameter( defaultValue = "\\" ) protected String escapeString; in a plugin, how can I set the field to null or an empty string? I tried '' and '' but that still leads to the field being set to the default value. I am sure this has been possible in the past. Regards, -- Chr