Skip to content

Commit f52198a

Browse files
authored
Merge pull request #95 from SchulteMarkus/master
Support Maven Wrapper, too
2 parents 106b6ca + de8b505 commit f52198a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bash_completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,4 @@ _mvn()
251251

252252
complete -o default -F _mvn -o nospace mvn
253253
complete -o default -F _mvn -o nospace mvnDebug
254+
complete -o default -F _mvn -o nospace mvnw

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Maven Bash Completion
22

3-
Maven by default does not distribute with a Bash auto completion script, only [a very simple guide](http://maven.apache.org/guides/mini/guide-bash-m2-completion.html) is provided. This script gives you more to help your daily Maven build.
3+
Maven by default does not distribute with a Bash auto completion script, only
4+
[a very simple guide](http://maven.apache.org/guides/mini/guide-bash-m2-completion.html) is
5+
provided. This script gives you more to help your daily Maven build.
6+
7+
[Maven Wrapper](https://github.com/takari/maven-wrapper) is supported, too.
48

59
## Demo
610

0 commit comments

Comments
 (0)