Hello everyone,

My team has been evaluating Maven as a solution for a data-processing
pipeline. I've created a prototype of what our project would look like, and
it includes a Mojo plug-in and a custom default lifecycle.

My question regards resuming failed runs: If a goal inside the plugin throws
an exception and fails, will the entire lifecycle be repeated when I
re-execute the lifecycle? Will it know not to execute previous successful
goals, or do I need to design each goal so that it checks if its output
already exist?

Please keep in mind that I'm using a custom packaging/lifecycle, if it makes
a difference. Resume is an important function in our case, since the
pipeline has many fail points out of our control, and some goals can take
days to execute.

Thank you!
-- 
View this message in context: 
http://www.nabble.com/Newbie-question---Resuming-lifecycles-tp24220125p24220125.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to