You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Fixesmojohaus#128.
A new `<timeout>` configuration parameter (default: 0, which means
"none") allows to explicitly terminate a process running for longer that the given time in
minutes, and will fail the build.
Signed-off-by: Markus KARG <[email protected]>
Fixesmojohaus#128.
A new `<timeout>` configuration parameter (default: 0, which means
"none") allows to explicitly terminate a process running for longer that the given time in
minutes, and will fail the build.
Signed-off-by: Markus KARG <[email protected]>
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.The text was updated successfully, but these errors were encountered: