OpenLiberty / ci.ant

Ant tasks for managing Liberty profile server instances #devops
Apache License 2.0
8 stars 36 forks source link

add springBootUtil ant task and tests #85

Closed sebratton closed 6 years ago

sebratton commented 6 years ago

@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.