Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: maven-reporting-impl-2.1, maven-reporting-api-3.0
-
Fix Version/s: None
-
Component/s: maven-reporting-api, maven-reporting-impl
-
Labels:None
-
Number of attachments :
Description
It seems unfortunate that org.apache.maven.reporting.MavenReportRenderer.render() does not throw MavenReportingException. Thus, even though the execute method for a report throws that exception, rendering problems cannot.
Obviously, a change to this would ramify. Would there be any chance of acceptance for a patch that added this 'throws'? Alternatively, how about an unchecked cousin of MavenReportingException?