I have maven projects, opened in my Eclipse.
After each code changing I should to launch task1
, task2
, .... taskN
.
Each task executes from different folder.
Is it possible to create task which would invoke task1
then task2
.... taskN
?
If task45
ended in failure then from task46
to taskN
is not launch.
UPDATE
I created aggregate task: