Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 2.4
-
Labels:None
-
Environment:any
-
Number of attachments :
Description
The screen output of the current pdf goal is always verbose, regardless of the $
{maven.pdf.debug}variable because the default messagelevel for the fop task is already 'debug'. The attached patch sets it to 'error' by default.
Applied but I setted the level to info instead of error, because without this we can't know in which page there's an error. The property "maven.pdf.debug" must be used only to debug the plugin and not to debug the pdf generation.