rvesse / airline

Java annotation-based framework for parsing Git like command line structures with deep extensibility
https://rvesse.github.io/airline/
Apache License 2.0
128 stars 20 forks source link

Provide a Maven plugin for generating help during a build #45

Closed rvesse closed 5 years ago

rvesse commented 8 years ago

It would be useful in some scenarios to have help generated from an Airline powered CLI during the Maven build process. Ideally this would be done as a Maven plugin so that we could run automatically during the build without having to resort to some indirection (e.g. using the Maven Ant-run plugin)

The plugin should have the following characteristics:

rvesse commented 6 years ago

Working plugin included with 2.5.0 release, leaving this open as there are a couple of items still to implement

rvesse commented 5 years ago

Completed as part of 2.7.0 work