maven-completion

Bash completion for Maven commands and options

brewmacoslinux
Try with needOr install directly
Source

About

Bash completion for Maven

Commands

mvn

Examples

Build a Maven project with tab completion for goals$ mvn clean install
Use completion to discover available Maven goals$ mvn test<TAB>
Complete Maven command-line options$ mvn -D<TAB>