Issue Details (XML | Word | Printable)

Key: MPCONSOLE-2
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Brett Porter
Reporter: Charlie Dobbie
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Console Plugin

Improve feedback on goal completion

Created: 29/Oct/03 07:58 AM   Updated: 09/Apr/04 09:25 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: maven-plugin-console-1.0


 Description  « Hide
It is not easy to recognise when a goal is complete and control has been returned to the user. The current output when a goal completes is as follows:

[...]
war:webapp:
[echo] Assembling webapp PROJECT
PROJECT 1.0 > [war:webapp]
_

Could this be spaced out slightly with some feedback on goal completion, similar to the output maven provides on non-console builds please? Something like the following would be great:

[...]
war:webapp:
[echo] Assembling webapp PROJECT

BUILD SUCESSFUL
Goal time: 12 seconds

PROJECT 1.0 > [war:webapp]
_



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