maven-shell

Interactive shell for Apache Maven with command completion

brewmacoslinux
Try with needOr install directly
Source

About

Shell for Maven

Commands

mvnsh

Examples

Start the Maven shell interactive session$ mvnsh
Run a Maven goal from within the shell$ mvnsh > clean install
Execute a Maven command directly without entering shell$ mvnsh -c 'clean package'