Domanda

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:

enter image description here

È stato utile?

Soluzione

This feature does not seem to be supported by eclipse yet (Apr 2014). It is a known issue and a ticket is already open for it. However, you can have a look to the "launch group" feature from the CDT plugin. It seems to be compatible with any launch configuration, including maven, and it should offer better control on sequantial execution of your tasks.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top