-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
Milestone
Description
Sometimes it happens that the execution of an external task is stuck infinitely, e. g. when a platform specific executable runs into an unforeseen condition where it asks for user input, but the user of the maven exec plugin thought it won't ask anything at any time.
To prevent this, it would be good it a <timeout>
parameter (default: inifinite) could be given which will fail the build once the executable needs longer than the given timeout.