Issue Details (XML | Word | Printable)

Key: MNG-3381
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: John Casey
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2

Create a mojo Log to accumulate warning (and higher log-level) messages per project, and output them like error reports in the summary.

Created: 29/Jan/08 11:38 AM   Updated: 12/Jun/08 07:23 PM
Component/s: Logging, Plugins and Lifecycle
Affects Version/s: 2.0.8, 3.0-alpha-1
Fix Version/s: 3.0

Time Tracking:
Not Specified


 Description  « Hide
currently, it's a mojo's choice whether to throw a MojoExecutionException or MojoFailureException and stop the build when something comes up during its own execution. In many cases, mojos choose to output ERROR or WARNING messages, but these often are drowned in the sheer volume of INFO output to the console.

Look into modifying the default mojo Log class to record anything above INFO for recovery later by the CLI reporter methods, so ERROR and WARNING output can be added to the summary for that project.

Possibly even a good idea to adjust the summary pronouncement (BUILD SUCCESSFUL, BUILD FAILED) to reflect the presence of this sort of output:

BUILD SUCCESSFUL, with warnings

or something similar.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.