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