Details
Description
It would be great if there was a way to ignore report failures. Something like a proprety called "maven.site.reports.failonerror".
It would be great if there was a way to ignore report failures. Something like a proprety called "maven.site.reports.failonerror".
This can only be implemented in the corresponding reports, eg the pmd plugin has a maven.pmd.failonerror property, checkstyle has maven.checkstyle.fail.on.violation, etc.