arquillian / arquillian-spacelift

Arquillian process and package manager. Makes executing an external process or fetching platform depends dependencies an easier job
4 stars 7 forks source link

ARQ-1767 Validate tool settings before it is executed #10

Closed smiklosovic closed 9 years ago

smiklosovic commented 10 years ago

@kpiwko

smiklosovic commented 10 years ago

I was thinking about making that validate() method not abstract, it would be just empty method body in Task class so there would not be a need to modify existing tasks after the update of Spacelift version, however, not having it abstract and not explicitly telling a user to do his tool validation simply hides it from him and validation would be optional and not mandatory.