juven/maven-bash-completion

Ensure some autocompletions work only inside a folder with a maven project

cristcost opened this issue · 1 comments

I installed the tool and tried it out on folder out of a maven project.

I did typed
mvn clean instal -pl<tab>
and the prompt become stuck!

maybe it is simple to create a validation function that check if the current folder has a pom.xml files, and use in cases like this?

Excellent idea 👍