Where possible qa-parent should set plugin properties instead of using the configuration section to make it easier for projects to override.
For example, with the PMD plugin, qa-parent currently sets the verbose flag in the configuration section. This means projects need to override the plugin definition instead of being able to just set the "pmd.verbose" property. In this case, qa-parent should be changed to set the "pmd.verbose" property.