@chyt
On further thought, those missing argument checks only make sense in the context of the ci.maven spring boot plugin calling this task. So the plugin should do those checks if needed.
This task viewed as a general utility only has one required argument, which the springBootUtility command should check for itself. So I have removed the missing-args checks altogether.
@chyt On further thought, those missing argument checks only make sense in the context of the ci.maven spring boot plugin calling this task. So the plugin should do those checks if needed. This task viewed as a general utility only has one required argument, which the springBootUtility command should check for itself. So I have removed the missing-args checks altogether.