Using the diff goal from the Maven plugin will fail because of a typo in a parameter name.
[ERROR] Failed to execute goal com.backbase.oss:boat-maven-plugin:0.14.3:diff (diff) on project xyz: Unable to parse configuration of mojo com.backbase.oss:boat-maven-plugin:0.14.3:diff for parameter changeLogRenderer: Cannot find 'changeLogRenderer' in class com.backbase.oss.boat.DiffMojo -> [Help 1]
Caused by changeLogRenderer parameter, while the getter/setter/field are named changelogRenderer (note the casing of changelog vs changeLog).