Re: Check if parameter is explicitly set

2017-04-13 Thread András Kerekes
, and in the Mojo's execute() if it's null (the user didn't set it) we can decide what value to assign to it based on the mentioned condition. András On Thu, Apr 13, 2017, 02:41 Karl Heinz Marbaise <khmarba...@gmx.de> wrote: > Hi, > > On 13/04/17 02:05, András Kerekes wrote: >

Check if parameter is explicitly set

2017-04-12 Thread András Kerekes
Hi, I'm working on a Maven plugin and I'd like to check whether a parameter for a Mojo has been explicitly set by the user (via POM), or it contains the default value. Is there a way to do this? Thanks, András