Re: Overriding plugin configuration via commandline

2019-11-29 Thread Bernd Eckenfels
configuration via commandline Hi, When I specify a property for a plugins goal on the command line, like: mvn kilt:reformat -Dformat=" = \n" this works as expected, as long as this property (in this case "format") isn't set in the pom for that plugin. Otherwise the con

Overriding plugin configuration via commandline

2019-11-29 Thread ml
Hi, When I specify a property for a plugins goal on the command line, like: mvn kilt:reformat -Dformat=" = \n" this works as expected, as long as this property (in this case "format") isn't set in the pom for that plugin. Otherwise the configuration in the pom.xml apparently takes precedence