Index: xdocs/properties.xml =================================================================== --- xdocs/properties.xml (revision 391657) +++ xdocs/properties.xml (working copy) @@ -190,6 +190,14 @@ Defaults to true. + + maven.site.reports.failonerror + Yes + + Specifies if report errors must stop the build. + Defaults to true. + +
Index: plugin.properties =================================================================== --- plugin.properties (revision 391657) +++ plugin.properties (working copy) @@ -33,6 +33,7 @@ maven.site.chmod.options=-Rf maven.site.chmod.mode=775 maven.site.failonerror=true +maven.site.reports.failonerror=true maven.rsync.executable=rsync Index: plugin.jelly =================================================================== --- plugin.jelly (revision 391657) +++ plugin.jelly (working copy) @@ -47,7 +47,21 @@ Generating the ${report.get('name')}... - + + + + + + + + + + + Error ignored: ${ex} + + + +