Where do you set the “maven.plugin.validation” property?

You can define a property using the following option on the command line:

-Dmaven.plugin.validation=VERBOSE

This is the option most frequently used to customize Maven plugins’ behavior. You could trigger the install action, for example:

mvn install -Dmaven.plugin.validation=VERBOSE

Leave a Comment